Searched refs:keybytes (Results 1 – 4 of 4) sorted by relevance
/freebsd/secure/lib/libcrypt/ |
H A D | blowfish.c | 392 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() argument 404 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 430 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate() argument 442 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate()
|
/freebsd/crypto/openssl/test/ |
H A D | ocspapitest.c | 71 unsigned char keybytes[128] = {7}; in make_dummy_resp() local 87 || !TEST_true(ASN1_BIT_STRING_set(key, keybytes, sizeof(keybytes))) in make_dummy_resp()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | blowfish.c | 421 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() argument 433 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expand0state() 460 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate() argument 472 temp = Blowfish_stream2word(key, keybytes, &j); in Blowfish_expandstate()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2908 unsigned char *keybytes = NULL; in tls_construct_cke_dhe() local 2949 if (!WPACKET_sub_allocate_bytes_u16(pkt, pad_len, &keybytes)) { in tls_construct_cke_dhe() 2953 memset(keybytes, 0, pad_len); in tls_construct_cke_dhe()
|