Searched refs:k_bytes (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_rand.c | 266 unsigned char *k_bytes = NULL; in BN_generate_dsa_nonce() local 274 k_bytes = OPENSSL_malloc(num_k_bytes); in BN_generate_dsa_nonce() 275 if (k_bytes == NULL) in BN_generate_dsa_nonce() 310 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce() 314 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) in BN_generate_dsa_nonce() 323 OPENSSL_clear_free(k_bytes, num_k_bytes); in BN_generate_dsa_nonce()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_rand.c | 266 unsigned char *k_bytes = NULL; in BN_generate_dsa_nonce() local 274 k_bytes = OPENSSL_malloc(num_k_bytes); in BN_generate_dsa_nonce() 275 if (k_bytes == NULL) in BN_generate_dsa_nonce() 310 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce() 314 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) in BN_generate_dsa_nonce() 323 OPENSSL_clear_free(k_bytes, num_k_bytes); in BN_generate_dsa_nonce()
|
Completed in 3 milliseconds