Searched refs:allocsz (Results 1 – 1 of 1) sorted by relevance
191 size_t allocsz = 0; in ossl_gen_deterministic_nonce_rfc6979() local203 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