Searched refs:nonceh (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ |
H A D | deterministic_nonce.c | 190 unsigned char *entropyx = NULL, *nonceh = NULL, *rbits = NULL, *T = NULL; in ossl_gen_deterministic_nonce_rfc6979() local 210 nonceh = rbits + rlen; in ossl_gen_deterministic_nonce_rfc6979() 211 entropyx = nonceh + rlen; in ossl_gen_deterministic_nonce_rfc6979() 216 || !bits2octets(nonceh, q, qlen_bits, rlen, hm, hmlen)) in ossl_gen_deterministic_nonce_rfc6979() 219 kdfctx = kdf_setup(digestname, entropyx, rlen, nonceh, rlen, libctx, propq); in ossl_gen_deterministic_nonce_rfc6979()
|
Completed in 5 milliseconds