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

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBlowFish.h16 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
H A DBlowFish.cpp99 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
129 if (j >= keybytes)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
H A DBlowFish.c97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
127 if (j >= keybytes)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeSure/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
H A DBlowFish.cpp97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
127 if (j >= keybytes)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/transport/
H A DBlowFish.h22 short InitializeBlowfish(blf_ctx *, unsigned char key[], int keybytes);
H A DBlowFish.cpp97 short InitializeBlowfish(blf_ctx *bc, unsigned char key[], int keybytes) argument
127 if (j >= keybytes)
/haiku-fatelf/src/libs/crypt/
H A Dblowfish.c394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) argument
406 temp = Blowfish_stream2word(key, keybytes, &j);
432 const u_int8_t *key, u_int16_t keybytes)
444 temp = Blowfish_stream2word(key, keybytes, &j);
431 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, const u_int8_t *key, u_int16_t keybytes) argument

Completed in 105 milliseconds