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

  /external/wpa_supplicant_8/src/crypto/
sha1.h 26 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
sha1-tprf.c 22 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF)
35 int sha1_t_prf(const u8 *key, size_t key_len, const char *label, function
  /external/wpa_supplicant/
sha1.h 26 void sha1_t_prf(const u8 *key, size_t key_len, const char *label,
eap_fast.c 831 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN,
837 sha1_t_prf(data->simck, EAP_FAST_SIMCK_LEN,
907 sha1_t_prf(data->current_pac->pac_key, EAP_FAST_PAC_KEY_LEN,
    [all...]
sha1.c 161 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF)
174 void sha1_t_prf(const u8 *key, size_t key_len, const char *label, function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.h 26 void sha1_t_prf(const u8 *key, size_t key_len, const char *label,
sha1.c 160 * sha1_t_prf - EAP-FAST Pseudo-Random Function (T-PRF)
172 void sha1_t_prf(const u8 *key, size_t key_len, const char *label, function
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 93 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
158 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
174 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 93 sha1_t_prf(pac_key, EAP_FAST_PAC_KEY_LEN,
158 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
174 sha1_t_prf(simck, EAP_FAST_SIMCK_LEN,
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_sha1.c 132 sha1_t_prf(pac_key, sizeof(pac_key), "PAC to master secret label hash",
148 sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys",
159 sha1_t_prf(simck, 40, "Session Key Generating Function",
167 sha1_t_prf(simck, 40, "Extended Session Key Generating Function",