Searched defs:secret (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-3.6.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.6.0/components/wpa_supplicant/src/crypto/ |
D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
|
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 | 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()
|
D | crypto_mbedtls-ec.c | 722 u8 *secret, size_t *secret_len) in crypto_ecdh()
|
/hal_espressif-3.6.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.6.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 323 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 555 struct wpabuf *secret; member
|
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()
|
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | uECC.c | 1036 uint8_t *secret, in uECC_shared_secret()
|