Home
last modified time | relevance | path

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

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