Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_rand.c220 unsigned char *k_bytes; in BN_generate_dsa_nonce() local
223 k_bytes = OPENSSL_malloc(num_k_bytes); in BN_generate_dsa_nonce()
224 if (k_bytes == NULL) in BN_generate_dsa_nonce()
251 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce()
255 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) in BN_generate_dsa_nonce()
262 OPENSSL_free(k_bytes); in BN_generate_dsa_nonce()