Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_rand.c309 unsigned char private_bytes[96]; in ossl_bn_gen_dsa_nonce_fixed_top() local
327 if (BN_bn2binpad(priv, private_bytes, sizeof(private_bytes)) < 0) { in ossl_bn_gen_dsa_nonce_fixed_top()
352 || !EVP_DigestUpdate(mdctx, private_bytes, in ossl_bn_gen_dsa_nonce_fixed_top()
353 sizeof(private_bytes)) in ossl_bn_gen_dsa_nonce_fixed_top()
393 OPENSSL_cleanse(private_bytes, sizeof(private_bytes)); in ossl_bn_gen_dsa_nonce_fixed_top()

Completed in 5 milliseconds