Searched refs:blowfish_encrypt_block (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/common/crypto/blowfish/ |
H A D | blowfish_impl.c | 374 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 D | blowfish_impl.h | 73 extern int blowfish_encrypt_block(const void *, const uint8_t *, uint8_t *);
|