Searched refs:alloc_sz (Results 1 – 2 of 2) sorted by relevance
26 size_t alloc_sz; /* The size of the allocated buffer (in bytes) */ member42 out->alloc_sz = sz; in ossl_param_buf_alloc()134 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()
1309 size_t sz, alloc_sz; in get_string_internal() local1325 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