Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_rand.c310 unsigned char *k_bytes = NULL; in ossl_bn_gen_dsa_nonce_fixed_top() local
320 k_bytes = OPENSSL_malloc(num_k_bytes); in ossl_bn_gen_dsa_nonce_fixed_top()
321 if (k_bytes == NULL) in ossl_bn_gen_dsa_nonce_fixed_top()
324 k_bytes[0] = 0xff; in ossl_bn_gen_dsa_nonce_fixed_top()
363 memcpy(k_bytes + done, digest, todo); in ossl_bn_gen_dsa_nonce_fixed_top()
368 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) in ossl_bn_gen_dsa_nonce_fixed_top()
390 OPENSSL_clear_free(k_bytes, num_k_bytes); in ossl_bn_gen_dsa_nonce_fixed_top()

Completed in 11 milliseconds