Home
last modified time | relevance | path

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

/btstack/src/
H A Dbtstack_crypto.c564 …stack_crypto_ecc_p256_calculate_dhkey_software(btstack_crypto_ecc_p256_t * btstack_crypto_ec_p192){ in btstack_crypto_ecc_p256_calculate_dhkey_software() argument
565 memset(btstack_crypto_ec_p192->dhkey, 0, 32); in btstack_crypto_ecc_p256_calculate_dhkey_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()
586 mbedtls_mpi_read_binary(&Q.X, &btstack_crypto_ec_p192->public_key[0] , 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
587 mbedtls_mpi_read_binary(&Q.Y, &btstack_crypto_ec_p192->public_key[32], 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
590 mbedtls_mpi_write_binary(&DH.X, btstack_crypto_ec_p192->dhkey, 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
597 log_info_hexdump(btstack_crypto_ec_p192->dhkey, 32); in btstack_crypto_ecc_p256_calculate_dhkey_software()
843 btstack_crypto_ecc_p256_t * btstack_crypto_ec_p192; in btstack_crypto_run() local
936 btstack_crypto_ec_p192 = (btstack_crypto_ecc_p256_t *) btstack_crypto; in btstack_crypto_run()
[all …]