Searched defs:public_key (Results 1 – 17 of 17) sorted by relevance
/hal_espressif-latest/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 | 192 int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash, in uECC_verify()
|
D | ecc.c | 890 int uECC_valid_public_key(const uint8_t *public_key, uECC_Curve curve) in uECC_valid_public_key() 908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key()
|
/hal_espressif-latest/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 | 191 int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash, in uECC_verify()
|
D | ecc.c | 890 int uECC_valid_public_key(const uint8_t *public_key, uECC_Curve curve) in uECC_valid_public_key() 908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key()
|
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/ |
D | uECC_verify_antifault.c | 17 int uECC_verify_antifault(const uint8_t *public_key, in uECC_verify_antifault()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | x509v3.h | 63 u8 *public_key; member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_parse.h | 66 const u8 *public_key; member
|
D | wps_validate.c | 612 static int wps_validate_public_key(const u8 *public_key, size_t len, in wps_validate_public_key()
|
/hal_espressif-latest/tools/esptool_py/espsecure/ |
D | __init__.py | 317 def _get_sbv2_rsa_primitives(public_key): argument
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 1392 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | bt.c | 1464 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 1121 Point public_key; in smp_process_private_key() local
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | bt.c | 1487 static int mbedtls_gen_keypair(uint8_t *public_key, uint8_t *private_key) in mbedtls_gen_keypair()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 1123 struct wpabuf *public_key = NULL; in crypto_ecdh_get_pubkey() local
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1840 Point public_key = {0}; in bt_mesh_pub_key_get() local
|