Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dparams_dup.c27 size_t alloc_sz; /* The size of the allocated buffer (in bytes) */ member
46 out->alloc_sz = sz; in ossl_param_buf_alloc()
136 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()
A Dparams.c1077 size_t sz, alloc_sz; in get_string_internal() local
1087 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1099 char *const q = OPENSSL_malloc(alloc_sz); in get_string_internal()
1104 *max_len = alloc_sz; in get_string_internal()

Completed in 10 milliseconds