Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/sys/net80211/
H A Dieee80211_hwmp.c307 int alloc_sz = -1; in verify_mesh_preq_len() local
311 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ_AE; in verify_mesh_preq_len()
315 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ; in verify_mesh_preq_len()
318 alloc_sz += ndest * IEEE80211_MESHPREQ_TRGT_SZ; in verify_mesh_preq_len()
320 if(iefrm[1] != (alloc_sz)) { in verify_mesh_preq_len()
338 int alloc_sz = -1; in verify_mesh_prep_len() local
341 alloc_sz = IEEE80211_MESHPREP_BASE_SZ_AE; in verify_mesh_prep_len()
343 alloc_sz = IEEE80211_MESHPREP_BASE_SZ; in verify_mesh_prep_len()
344 if(alloc_sz < 0) { in verify_mesh_prep_len()
362 int alloc_sz = -1; in verify_mesh_perr_len() local
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c514 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument
516 (mstate)->dtms_scratch_ptr >= (alloc_sz))