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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 100 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
149 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
152 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
461 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
481 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
483 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 101 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
150 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
153 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
462 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
482 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
484 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,

Completed in 52 milliseconds