Searched refs:_bind (Results 1 – 1 of 1) sorted by relevance
596 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument600 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding()602 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding()604 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding()606 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()607 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()608 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding()612 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding()613 _bind->subtype); in eap_fast_validate_crypto_binding()623 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument[all …]