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

  /external/wpa_supplicant_8/src/crypto/
sha1.h 20 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
sha1-tprf.c 16 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF)
29 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, function
crypto_module_tests.c 927 if (sha1_t_prf(pac_key, sizeof(pac_key),
945 if (sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys",
956 if (sha1_t_prf(simck, 40, "Session Key Generating Function",
964 if (sha1_t_prf(simck, 40, "Extended Session Key Generating Function",
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 87 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
121 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
137 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 392 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 714 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN,
    [all...]

Completed in 251 milliseconds