Home
last modified time | relevance | path

Searched defs:private_key (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/src/
Decc_dh.c68 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()
Decc_dsa.c99 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()
Decc.c792 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/
Decc_dh.c69 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()
Decc_dsa.c99 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()
Decc.c791 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__.py130 def sign_payload(private_key, payload): argument
/hal_espressif-3.7.0/components/bt/test/
Dtest_smp.c93 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/
Drsa.c18 int private_key; /* whether private key is set */ member
Dtlsv1_cred.c1037 const char *private_key, in tlsv1_set_private_key()
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Deap_config.h153 u8 *private_key; member
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1122 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/
Dmesh_bearer_adapt.c1797 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/
Desp_wpa2.c893 …_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/
Dtls.h195 const char *private_key; member
/hal_espressif-3.7.0/components/bt/controller/esp32c2/
Dbt.c1142 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/
Dbt.c1335 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/
Dbt.c1314 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/
Dsmp_int.h286 BT_OCTET32 private_key; member
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/btc/include/
Dbtc_ble_mesh_prov.h105 uint8_t private_key[32]; member