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