Searched refs:Blowfish_decipher (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 106 Blowfish_decipher(c, xl, xr) in Blowfish_decipher() function 545 Blowfish_decipher(c, d, d + 1); in blf_dec() 581 Blowfish_decipher(c, &l, &r); in blf_ecb_decrypt() 631 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt() 647 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt()
|
H A D | blf.h | 60 void Blowfish_decipher(blf_ctx *, uint32_t *, uint32_t *);
|