/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/ |
D | ecc_dh.c | 68 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d() 102 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() 144 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret()
|
D | ecc_dsa.c | 99 int uECC_sign_with_k(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign_with_k() 161 int uECC_sign(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign()
|
D | ecc.c | 792 uECC_word_t *private_key, in EccPoint_compute_public_key() 908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key()
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | ecc_dh.c | 69 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d() 103 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() 145 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret()
|
D | ecc_dsa.c | 99 int uECC_sign_with_k(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign_with_k() 160 int uECC_sign(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign()
|
D | ecc.c | 791 uECC_word_t *private_key, in EccPoint_compute_public_key() 908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key()
|
/hal_espressif-3.7.0/tools/esptool_py/espsecure/esp_hsm_sign/ |
D | __init__.py | 130 def sign_payload(private_key, payload): argument
|
/hal_espressif-3.7.0/components/bt/test/ |
D | test_smp.c | 93 DWORD private_key[KEY_LENGTH_DWORDS_P256] = {[0 ... (KEY_LENGTH_DWORDS_P256 - 1)] = 0x12345678}; variable
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | rsa.c | 18 int private_key; /* whether private key is set */ member
|
D | tlsv1_cred.c | 1037 const char *private_key, in tlsv1_set_private_key()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_config.h | 153 u8 *private_key; member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 1122 BT_OCTET32 private_key; in smp_process_private_key() local 1165 BT_OCTET32 private_key; in smp_compute_dhkey() local
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1797 BT_OCTET32 private_key = {0}; in bt_mesh_pub_key_get() local 1846 BT_OCTET32 private_key = {0}; in bt_mesh_dh_key_gen() local
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wpa2.c | 893 …_key(const unsigned char *client_cert, int client_cert_len, const unsigned char *private_key, int … in esp_wifi_sta_wpa2_ent_set_cert_key()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | tls.h | 195 const char *private_key; member
|
/hal_espressif-3.7.0/components/bt/controller/esp32c2/ |
D | bt.c | 1142 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-3.7.0/components/bt/controller/esp32c6/ |
D | bt.c | 1335 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-3.7.0/components/bt/controller/esp32h2/ |
D | bt.c | 1314 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 286 BT_OCTET32 private_key; member
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/btc/include/ |
D | btc_ble_mesh_prov.h | 105 uint8_t private_key[32]; member
|