Searched defs:public_key (Results 1 – 8 of 8) 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 | 193 int uECC_verify(const uint8_t *public_key, const uint8_t *message_hash, in uECC_verify()
|
A 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()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/ |
A D | gapm_int.h | 399 public_key_t public_key; member
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | ssl_srv.c | 3467 mbedtls_pk_context *public_key = &mbedtls_ssl_own_cert( ssl )->pk; in ssl_decrypt_encrypted_pms() local
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | l2cc_pdu.h | 1011 struct l2cc_publc_key public_key; member
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | provisioner_prov.c | 243 u8_t public_key[64]; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/ |
A D | co_hci.h | 1377 uint8_t public_key[64]; member 4047 uint8_t public_key[64]; member 4167 t_public_key public_key; member
|
Completed in 54 milliseconds