Searched refs:crypto_binding_nonce (Results 1 – 1 of 1) sorted by relevance
44 u8 crypto_binding_nonce[32]; member658 os_memcpy(data->crypto_binding_nonce, binding->nonce, in eap_fast_build_crypto_binding()1211 if (os_memcmp_const(data->crypto_binding_nonce, b->nonce, 31) != 0 || in eap_fast_validate_crypto_binding()1212 (data->crypto_binding_nonce[31] | 1) != b->nonce[31]) { in eap_fast_validate_crypto_binding()