Searched defs:private_key (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A 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()
|
A D | ecc_dsa.c | 100 int uECC_sign_with_k(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign_with_k() 162 int uECC_sign(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign()
|
A 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()
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_ecc.c | 80 u8_t private_key[32]; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/crypto/ |
A D | tls.h | 163 const char *private_key; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/ |
A D | gapm_int.h | 400 private_key_t private_key; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_srv.c | 3466 mbedtls_pk_context *private_key = mbedtls_ssl_own_key( ssl ); in ssl_decrypt_encrypted_pms() local
|
Completed in 27 milliseconds