Searched defs:secret (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/ |
D | chap.c | 13 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, in chap_md5()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256()
|
D | sha384-tlsprf.c | 29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384()
|
D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
|
D | sha1-tlsprf.c | 30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5()
|
D | crypto_internal-modexp.c | 46 u8 *secret, size_t *len) in crypto_dh_derive_secret()
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 145 uint8_t *secret, uECC_Curve curve) in uECC_shared_secret()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 146 uint8_t *secret, uECC_Curve curve) in uECC_shared_secret()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 720 u8 *secret, size_t *secret_len) in crypto_ecdh() 1127 uint8_t *secret = 0; in crypto_ecdh_set_peerkey() local
|
D | tls_mbedtls.c | 558 const unsigned char *secret, in tls_key_derivation()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.c | 112 static int dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, in dpp_hkdf_expand() 234 u8 *secret, size_t *secret_len) in dpp_ecdh()
|
D | dpp.h | 554 struct wpabuf *secret; member
|