Home
last modified time | relevance | path

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

/crypto/
A Ddeterministic_nonce.c191 size_t allocsz = 0; in ossl_gen_deterministic_nonce_rfc6979() local
203 allocsz = prefsz + 3 * rlen; in ossl_gen_deterministic_nonce_rfc6979()
206 T = (unsigned char *)OPENSSL_zalloc(allocsz); in ossl_gen_deterministic_nonce_rfc6979()
238 OPENSSL_clear_free(T, allocsz); in ossl_gen_deterministic_nonce_rfc6979()

Completed in 4 milliseconds