Searched refs:teap_tlv_crypto_binding (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_teap_common.h | 70 struct teap_tlv_crypto_binding { struct 183 struct teap_tlv_crypto_binding *crypto_binding; 216 int eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb,
|
H A D | eap_teap_common.c | 356 int eap_teap_compound_mac(u16 tls_cs, const struct teap_tlv_crypto_binding *cb, in eap_teap_compound_mac() 363 struct teap_tlv_crypto_binding *tmp_cb; in eap_teap_compound_mac() 382 tmp_cb = (struct teap_tlv_crypto_binding *) buffer; in eap_teap_compound_mac() 571 tlv->crypto_binding = (struct teap_tlv_crypto_binding *) in eap_teap_parse_tlv()
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_teap.c | 645 const struct teap_tlv_crypto_binding *cb) in eap_teap_validate_crypto_binding() 684 struct teap_tlv_crypto_binding *rbind, in eap_teap_write_crypto_binding() 685 const struct teap_tlv_crypto_binding *cb, in eap_teap_write_crypto_binding() 822 const struct teap_tlv_crypto_binding *cb, size_t bind_len) in eap_teap_process_crypto_binding() 901 len = sizeof(struct teap_tlv_crypto_binding); in eap_teap_process_crypto_binding() 920 pos = wpabuf_put(resp, sizeof(struct teap_tlv_crypto_binding)); in eap_teap_process_crypto_binding() 922 data, (struct teap_tlv_crypto_binding *) pos, in eap_teap_process_crypto_binding()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_teap.c | 622 struct teap_tlv_crypto_binding *cb; in eap_teap_build_crypto_binding() 1413 struct eap_teap_data *data, const struct teap_tlv_crypto_binding *cb, in eap_teap_validate_crypto_binding()
|