Home
last modified time | relevance | path

Searched refs:blowfish_encrypt_block (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c374 blowfish_encrypt_block(const void *cookie, const uint8_t *block, in blowfish_encrypt_block() function
664 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock, in blowfish_init_keysched()
672 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock, in blowfish_init_keysched()
742 BLOWFISH_BLOCK_LEN, blowfish_encrypt_block, in blowfish_encrypt_contiguous_blocks()
746 BLOWFISH_BLOCK_LEN, blowfish_encrypt_block); in blowfish_encrypt_contiguous_blocks()
H A Dblowfish_impl.h71 extern int blowfish_encrypt_block(const void *, const uint8_t *, uint8_t *);