Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dparams_dup.c26 size_t alloc_sz; /* The size of the allocated buffer (in bytes) */ member
42 out->alloc_sz = sz; in ossl_param_buf_alloc()
134 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()
H A Dparams.c1309 size_t sz, alloc_sz; in get_string_internal() local
1325 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1339 char *const q = OPENSSL_malloc(alloc_sz); in get_string_internal()
1344 *max_len = alloc_sz; in get_string_internal()

Completed in 9 milliseconds