Home
last modified time | relevance | path

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

/openssl/crypto/
H A Ddeterministic_nonce.c190 unsigned char *entropyx = NULL, *nonceh = NULL, *rbits = NULL, *T = NULL; in ossl_gen_deterministic_nonce_rfc6979() local
211 entropyx = nonceh + rlen; in ossl_gen_deterministic_nonce_rfc6979()
215 if (!int2octets(entropyx, priv, rlen) 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 4 milliseconds