Home
last modified time | relevance | path

Searched refs:alloc_sz (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dparams_dup.c26 size_t alloc_sz; /* The size of the allocated buffer (in bytes) */ member
45 out->alloc_sz = sz; in ossl_param_buf_alloc()
135 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()
H A Dparams.c1101 size_t sz, alloc_sz; in get_string_internal() local
1111 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1123 char *const q = OPENSSL_malloc(alloc_sz); in get_string_internal()
1128 *max_len = alloc_sz; in get_string_internal()
/third_party/openssl/crypto/
H A Dparams_dup.c26 size_t alloc_sz; /* The size of the allocated buffer (in bytes) */ member
45 out->alloc_sz = sz; in ossl_param_buf_alloc()
135 buf[OSSL_PARAM_BUF_SECURE].alloc_sz); in OSSL_PARAM_dup()
H A Dparams.c1081 size_t sz, alloc_sz; in get_string_internal() local
1091 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()
1103 char *const q = OPENSSL_malloc(alloc_sz); in get_string_internal()
1108 *max_len = alloc_sz; in get_string_internal()

Completed in 7 milliseconds