Searched refs:Blowfish_encipher (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBlowFish.h14 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp35 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) function
142 Blowfish_encipher(bc, &datal, &datar);
153 Blowfish_encipher(bc, &datal, &datar);
175 Blowfish_encipher(c, d, d+1);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.c33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) function
140 Blowfish_encipher(bc, &datal, &datar);
151 Blowfish_encipher(bc, &datal, &datar);
173 Blowfish_encipher(c, d, d+1);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) function
140 Blowfish_encipher(bc, &datal, &datar);
151 Blowfish_encipher(bc, &datal, &datar);
173 Blowfish_encipher(c, d, d+1);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.h20 void Blowfish_encipher(blf_ctx *, unsigned long *xl, unsigned long *xr);
H A DBlowFish.cpp33 void Blowfish_encipher(blf_ctx *bc, unsigned long *xl, unsigned long *xr) function
140 Blowfish_encipher(bc, &datal, &datar);
151 Blowfish_encipher(bc, &datal, &datar);
173 Blowfish_encipher(c, d, d+1);
/haiku-fatelf/src/libs/crypt/
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) function
414 Blowfish_encipher(c, &datal, &datar);
422 Blowfish_encipher(c, &datal, &datar);
454 Blowfish_encipher(c, &datal, &datar);
464 Blowfish_encipher(c, &datal, &datar);
481 Blowfish_encipher(c, d, d + 1);

Completed in 99 milliseconds