Searched refs:btstack_crypto_ecc_p256_public_key (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ |
H A D | btstack_crypto.c | 157 static uint8_t btstack_crypto_ecc_p256_public_key[64]; 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() 555 mbedtls_mpi_write_binary(&P.X, &btstack_crypto_ecc_p256_public_key[0], 32); in btstack_crypto_ecc_p256_generate_key_software() 556 mbedtls_mpi_write_binary(&P.Y, &btstack_crypto_ecc_p256_public_key[32], 32); in btstack_crypto_ecc_p256_generate_key_software() 940 btstack_crypto_log_ec_publickey(btstack_crypto_ecc_p256_public_key); in btstack_crypto_run() 942 btstack_crypto_ecc_p256_public_key, 64); in btstack_crypto_run() 1153 …le_read_local_p256_public_key_complete_get_dhkey_x(packet, &btstack_crypto_ecc_p256_public_key[0]); in btstack_crypto_event_handler() 1154 …e_read_local_p256_public_key_complete_get_dhkey_y(packet, &btstack_crypto_ecc_p256_public_key[32]); in btstack_crypto_event_handler() 1397 (void)memcpy(btstack_crypto_ecc_p256_public_key, public_key, 64); in btstack_crypto_ecc_p256_set_key()
|