HomeSort by relevance Sort by last modified time
    Searched defs:crypto_binding_nonce (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 49 u8 crypto_binding_nonce[32]; member in struct:eap_fast_data
656 os_memcpy(data->crypto_binding_nonce, binding->nonce,
1200 if (os_memcmp(data->crypto_binding_nonce, b->nonce, 31) != 0 ||
1201 (data->crypto_binding_nonce[31] | 1) != b->nonce[31]) {
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 50 u8 crypto_binding_nonce[32]; member in struct:eap_fast_data
657 os_memcpy(data->crypto_binding_nonce, binding->nonce,
1205 if (os_memcmp(data->crypto_binding_nonce, b->nonce, 31) != 0 ||
1206 (data->crypto_binding_nonce[31] | 1) != b->nonce[31]) {
    [all...]

Completed in 806 milliseconds