Searched refs:param_len (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/network/sctp/ |
H A D | sctp_big_chunk.c | 138 uint16_t param_len = htons(20); in setup_client() local 143 update_packet_field(&off, ¶m_len, 2); in setup_client()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_curve.c | 28 seed_len, param_len; member 3143 int seed_len, param_len; in ec_group_new_from_data() local 3160 param_len = data->param_len; in ec_group_new_from_data() 3164 if ((p = BN_bin2bn(params + 0 * param_len, param_len, NULL)) == NULL in ec_group_new_from_data() 3165 || (a = BN_bin2bn(params + 1 * param_len, param_len, NULL)) == NULL in ec_group_new_from_data() 3166 || (b = BN_bin2bn(params + 2 * param_len, param_len, NUL in ec_group_new_from_data() 3345 int ret = -1, nid, len, field_type, param_len; ossl_ec_curve_nid_from_params() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | ec_curve.c | 28 seed_len, param_len; member 3143 int seed_len, param_len; in ec_group_new_from_data() local 3160 param_len = data->param_len; in ec_group_new_from_data() 3164 if ((p = BN_bin2bn(params + 0 * param_len, param_len, NULL)) == NULL in ec_group_new_from_data() 3165 || (a = BN_bin2bn(params + 1 * param_len, param_len, NULL)) == NULL in ec_group_new_from_data() 3166 || (b = BN_bin2bn(params + 2 * param_len, param_len, NUL in ec_group_new_from_data() 3345 int ret = -1, nid, len, field_type, param_len; ossl_ec_curve_nid_from_params() local [all...] |
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 2013 * contained at address *param*, and of length *param_len* bytes. 2039 static long (*bpf_lwt_seg6_action)(struct __sk_buff *skb, __u32 action, void *param, __u32 param_len) = (void *) 76;
|
Completed in 15 milliseconds