Searched refs:alloc_sz (Results 1 – 4 of 4) 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()
1333 size_t sz, alloc_sz; in get_string_internal() local1349 alloc_sz = sz + (type == OSSL_PARAM_UTF8_STRING || sz == 0); in get_string_internal()1363 char *const q = OPENSSL_malloc(alloc_sz); in get_string_internal()1368 *max_len = alloc_sz; in get_string_internal()
308 int alloc_sz = -1; in verify_mesh_preq_len() local312 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ_AE; in verify_mesh_preq_len()316 alloc_sz = IEEE80211_MESHPREQ_BASE_SZ; in verify_mesh_preq_len()319 alloc_sz += ndest * IEEE80211_MESHPREQ_TRGT_SZ; in verify_mesh_preq_len()321 if(iefrm[1] != (alloc_sz)) { in verify_mesh_preq_len()339 int alloc_sz = -1; in verify_mesh_prep_len() local342 alloc_sz = IEEE80211_MESHPREP_BASE_SZ_AE; in verify_mesh_prep_len()344 alloc_sz = IEEE80211_MESHPREP_BASE_SZ; in verify_mesh_prep_len()345 if(alloc_sz < 0) { in verify_mesh_prep_len()363 int alloc_sz = -1; in verify_mesh_perr_len() local[all …]
514 #define DTRACE_INSCRATCH(mstate, alloc_sz) \ argument516 (mstate)->dtms_scratch_ptr >= (alloc_sz))