Home
last modified time | relevance | path

Searched refs:keybytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/secure/lib/libcrypt/
H A Dblowfish.c394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() argument
406 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state()
432 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate() argument
444 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate()
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dblowfish.c424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() argument
436 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state()
463 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate() argument
475 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate()
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3070 unsigned char *keybytes = NULL; in tls_construct_cke_dhe() local
3102 &keybytes)) { in tls_construct_cke_dhe()
3108 BN_bn2bin(pub_key, keybytes); in tls_construct_cke_dhe()