Home
last modified time | relevance | path

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

/openssl-master/crypto/bn/
A Dbn_rand.c261 unsigned char *k_bytes = NULL; in BN_generate_dsa_nonce() local
269 k_bytes = OPENSSL_malloc(num_k_bytes); in BN_generate_dsa_nonce()
270 if (k_bytes == NULL) in BN_generate_dsa_nonce()
305 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce()
309 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) in BN_generate_dsa_nonce()
318 OPENSSL_free(k_bytes); in BN_generate_dsa_nonce()

Completed in 2 milliseconds