Searched defs:rbind (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c622 struct eap_tlv_crypto_binding_tlv *rbind,
625 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
627 rbind->length = host_to_be16(sizeof(*rbind) -
629 rbind->version = EAP_FAST_VERSION;
630 rbind->received_version = _bind->version;
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
632 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
633 inc_byte_array(rbind->nonce, sizeof(rbind
621 eap_fast_write_crypto_binding( struct eap_tlv_crypto_binding_tlv *rbind, struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c622 struct eap_tlv_crypto_binding_tlv *rbind,
625 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
627 rbind->length = host_to_be16(sizeof(*rbind) -
629 rbind->version = EAP_FAST_VERSION;
630 rbind->received_version = _bind->version;
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
632 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
633 inc_byte_array(rbind->nonce, sizeof(rbind
621 eap_fast_write_crypto_binding( struct eap_tlv_crypto_binding_tlv *rbind, struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c622 struct eap_tlv_crypto_binding_tlv *rbind,
625 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
627 rbind->length = host_to_be16(sizeof(*rbind) -
629 rbind->version = EAP_FAST_VERSION;
630 rbind->received_version = _bind->version;
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
632 os_memcpy(rbind->nonce, _bind->nonce, sizeof(_bind->nonce));
633 inc_byte_array(rbind->nonce, sizeof(rbind
621 eap_fast_write_crypto_binding( struct eap_tlv_crypto_binding_tlv *rbind, struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) argument
[all...]

Completed in 117 milliseconds