Home
last modified time | relevance | path

Searched refs:crypto_binding_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_fast_common.c224 tlv->crypto_binding_len = sizeof(struct eap_tlv_hdr) + len; in eap_fast_parse_tlv()
225 if (tlv->crypto_binding_len < sizeof(*tlv->crypto_binding)) { in eap_fast_parse_tlv()
H A Deap_fast_common.h84 size_t crypto_binding_len; member