Searched refs:_bind (Results 1 – 1 of 1) sorted by relevance
595 struct eap_tlv_crypto_binding_tlv *_bind) in eap_fast_validate_crypto_binding() argument599 _bind->version, _bind->received_version, _bind->subtype); in eap_fast_validate_crypto_binding()601 _bind->nonce, sizeof(_bind->nonce)); in eap_fast_validate_crypto_binding()603 _bind->compound_mac, sizeof(_bind->compound_mac)); in eap_fast_validate_crypto_binding()605 if (_bind->version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()606 _bind->received_version != EAP_FAST_VERSION || in eap_fast_validate_crypto_binding()607 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) { in eap_fast_validate_crypto_binding()611 _bind->version, _bind->received_version, in eap_fast_validate_crypto_binding()612 _bind->subtype); in eap_fast_validate_crypto_binding()622 struct eap_tlv_crypto_binding_tlv *_bind, const u8 *cmk) in eap_fast_write_crypto_binding() argument[all …]