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

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.h73 extern int blowfish_encrypt_block(const void *, const uint8_t *, uint8_t *);
H A Dblowfish_impl.c374 blowfish_encrypt_block(const void *cookie, const uint8_t *block, function
464 * It should look like the blowfish_encrypt_block() operation
664 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock,
672 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock,
742 BLOWFISH_BLOCK_LEN, blowfish_encrypt_block,
746 BLOWFISH_BLOCK_LEN, blowfish_encrypt_block);

Completed in 45 milliseconds