Searched defs:sha1_prf (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/src/crypto/ |
D | sha1-prf.c | 30 int sha1_prf(const u8 *key, size_t key_len, const char *label, in sha1_prf() function
|
D | crypto_mbedtls_alt.c | 705 int sha1_prf(const u8 *key, size_t key_len, const char *label, const u8 *data, size_t data_len, u8 … in sha1_prf() function
|
/hostap-latest/tests/hwsim/ |
D | test_ap_psk.py | 1443 def sha1_prf(key, label, data, outlen): function
|