Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c106 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 Dblf.h60 void Blowfish_decipher(blf_ctx *, uint32_t *, uint32_t *);