Searched refs:k_bytes (Results 1 – 1 of 1) sorted by relevance
220 unsigned char *k_bytes; in BN_generate_dsa_nonce() local223 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()