HomeSort by relevance Sort by last modified time
    Searched refs:ikev2_prf_hash (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
143 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
146 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
394 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
414 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
416 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,
ikev2_common.h 274 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len,
  /external/wpa_supplicant_8/src/eap_peer/
ikev2.c 90 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len,
  /external/wpa_supplicant_8/src/eap_server/
ikev2.c 94 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len,

Completed in 80 milliseconds