Searched refs:blf_enc (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libc/hidden/ |
H A D | blf.h | 34 PROTO_NORMAL(blf_enc);
|
/openbsd/lib/libc/crypt/ |
H A D | blowfish.c | 505 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function 516 DEF_WEAK(blf_enc); 674 blf_enc(&c, data, 5); 682 blf_enc(&c, data2, 1);
|
H A D | bcrypt.c | 175 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hashpass()
|
/openbsd/sys/crypto/ |
H A D | blf.h | 67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
|
H A D | blf.c | 495 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function
|
/openbsd/sys/lib/libsa/ |
H A D | blowfish.h | 67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
|
H A D | blowfish.c | 498 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function 661 blf_enc(&c, data, 5); 669 blf_enc(&c, data2, 1);
|
H A D | bcrypt_pbkdf.c | 79 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hash()
|
/openbsd/include/ |
H A D | blf.h | 67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
|
/openbsd/lib/libutil/ |
H A D | bcrypt_pbkdf.c | 81 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hash()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 860 blf_enc
|