Home
last modified time | relevance | path

Searched refs:btstack_crypto_ecc_p256_d (Results 1 – 1 of 1) sorted by relevance

/btstack/src/
H A Dbtstack_crypto.c164 static uint8_t btstack_crypto_ecc_p256_d[32]; variable
537 uECC_make_key(btstack_crypto_ecc_p256_public_key, btstack_crypto_ecc_p256_d, uECC_secp256r1()); in btstack_crypto_ecc_p256_generate_key_software()
544 uECC_make_key(btstack_crypto_ecc_p256_public_key, btstack_crypto_ecc_p256_d); in btstack_crypto_ecc_p256_generate_key_software()
557 mbedtls_mpi_write_binary(&d, btstack_crypto_ecc_p256_d, 32); in btstack_crypto_ecc_p256_generate_key_software()
570 …uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software()
573 …uECC_shared_secret(btstack_crypto_ec_p192->public_key, btstack_crypto_ecc_p256_d, btstack_crypto_e… in btstack_crypto_ecc_p256_calculate_dhkey_software()
585 mbedtls_mpi_read_binary(&d, btstack_crypto_ecc_p256_d, 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
1396 (void)memcpy(btstack_crypto_ecc_p256_d, private_key, 32); in btstack_crypto_ecc_p256_set_key()