Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dx942kdf.c120 uint32_t keylen_bits, unsigned char **pcounter) in der_encode_sharedinfo() argument
129 && (keylen_bits == 0 in der_encode_sharedinfo()
130 || ossl_DER_w_octet_string_uint32(pkt, 2, keylen_bits)) in der_encode_sharedinfo()
211 uint32_t keylen_bits; in x942_encode_otherinfo() local
216 keylen_bits = 8 * keylen; in x942_encode_otherinfo()
223 keylen_bits, NULL) in x942_encode_otherinfo()
236 keylen_bits, &pcounter)) in x942_encode_otherinfo()