Searched refs:mbedtls_ecp_check_pubkey (Results 1 – 9 of 9) sorted by relevance
67 MBEDTLS_MPI_CHK( mbedtls_ecp_check_pubkey(grp, P) ); in ecp_mul_restartable_internal()78 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp, in mbedtls_ecp_check_pubkey() function
110 mbedtls_ecp_check_pubkey = 0x40002cbc; symbol
378 ._rom_mbedtls_ecp_check_pubkey = mbedtls_ecp_check_pubkey,
1336 if (mbedtls_ecp_check_pubkey(&keypair.MBEDTLS_PRIVATE(grp), &pt) != 0) { in ble_sm_alg_gen_dhkey()
1431 if (mbedtls_ecp_check_pubkey(&keypair.MBEDTLS_PRIVATE(grp), &pt) != 0) { in ble_sm_alg_gen_dhkey()
1408 if (mbedtls_ecp_check_pubkey(&keypair.MBEDTLS_PRIVATE(grp), &pt) != 0) { in ble_sm_alg_gen_dhkey()
543 if (mbedtls_ecp_check_pubkey(ecp_grp, point) < 0) { in crypto_ec_set_pubkey_point()
1868 if (mbedtls_ecp_check_pubkey(&grp, &pt) != 0) { in bt_mesh_check_public_key()
2713 mbedtls_ecp_check_pubkey = 0x400028a8; symbol