Home
last modified time | relevance | path

Searched refs:blf_enc (Results 1 – 11 of 11) sorted by relevance

/openbsd/lib/libc/hidden/
H A Dblf.h34 PROTO_NORMAL(blf_enc);
/openbsd/lib/libc/crypt/
H A Dblowfish.c505 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 Dbcrypt.c175 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hashpass()
/openbsd/sys/crypto/
H A Dblf.h67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
H A Dblf.c495 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function
/openbsd/sys/lib/libsa/
H A Dblowfish.h67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
H A Dblowfish.c498 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 Dbcrypt_pbkdf.c79 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hash()
/openbsd/include/
H A Dblf.h67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
/openbsd/lib/libutil/
H A Dbcrypt_pbkdf.c81 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hash()
/openbsd/lib/libc/
H A DSymbols.list860 blf_enc