Searched refs:Blowfish_encipher (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 78 Blowfish_encipher(c, xl, xr) in Blowfish_encipher() function 455 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 463 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state() 496 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate() 506 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate() 532 Blowfish_encipher(c, d, d + 1); in blf_enc() 559 Blowfish_encipher(c, &l, &r); in blf_ecb_encrypt() 605 Blowfish_encipher(c, &l, &r); in blf_cbc_encrypt()
|
H A D | blf.h | 59 void Blowfish_encipher(blf_ctx *, uint32_t *, uint32_t *);
|