Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dparams_dup.c34 static int ossl_param_buf_alloc(OSSL_PARAM_BUF *out, size_t extra_blocks, in ossl_param_buf_alloc() argument
37 size_t sz = OSSL_PARAM_ALIGN_SIZE * (extra_blocks + out->blocks); in ossl_param_buf_alloc()
43 out->cur = out->alloc + extra_blocks; in ossl_param_buf_alloc()