Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_common/
Deap_teap_common.c25 struct teap_tlv_hdr hdr; in eap_teap_put_tlv_hdr()
57 e = wpabuf_alloc(sizeof(struct teap_tlv_hdr) + wpabuf_len(buf)); in eap_teap_tlv_eap_payload()
367 bind_len = sizeof(struct teap_tlv_hdr) + be_to_host16(cb->length); in eap_teap_compound_mac()
564 tlv->crypto_binding_len = sizeof(struct teap_tlv_hdr) + len; in eap_teap_parse_tlv()
572 (pos - sizeof(struct teap_tlv_hdr)); in eap_teap_parse_tlv()
Deap_teap_common.h49 struct teap_tlv_hdr { struct
/external/wpa_supplicant_8/src/eap_peer/
Deap_teap.c527 ack->length = host_to_be16(sizeof(*ack) - sizeof(struct teap_tlv_hdr)); in eap_teap_tlv_pac_ack()
615 resp = wpabuf_alloc(sizeof(struct teap_tlv_hdr) + plen); in eap_teap_process_basic_auth_req()
686 sizeof(struct teap_tlv_hdr)); in eap_teap_write_crypto_binding()
1208 struct teap_tlv_hdr *pac; in eap_teap_pac_request()
1582 struct teap_tlv_hdr *ehdr; in eap_teap_use_pac_opaque()
1589 ehdr = (struct teap_tlv_hdr *) tlv; in eap_teap_use_pac_opaque()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_teap.c465 size_t outer_tlv_len = sizeof(struct teap_tlv_hdr) + data->srv_id_len; in eap_teap_build_start()
583 req = wpabuf_alloc(sizeof(struct teap_tlv_hdr)); in eap_teap_build_phase2_req()
659 cb->length = host_to_be16(sizeof(*cb) - sizeof(struct teap_tlv_hdr)); in eap_teap_build_crypto_binding()
719 struct teap_tlv_hdr *pac_tlv; in eap_teap_build_pac()