Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ecp.function306 mbedtls_ecp_check_pubkey( NULL, &P ) );
308 mbedtls_ecp_check_pubkey( &grp, NULL ) );
410 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &P ) == ret );
602 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &grp.G ) == 0 );
617 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &R ) == 0 );
621 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &R ) == 0 );
626 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &R ) == 0 );
631 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &R ) == 0 );
657 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &grp.G ) == 0 );
667 TEST_ASSERT( mbedtls_ecp_check_pubkey( &grp, &R ) == 0 );
[all …]
Dtest_suite_pkparse.function83 TEST_ASSERT( mbedtls_ecp_check_pubkey( &eckey->grp, &eckey->Q ) == 0 );
Dtest_suite_ecdh.function13 TEST_ASSERT( mbedtls_ecp_check_pubkey( &ecp->grp,
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Decp.h1112 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
Dcompat-1.3.h1909 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dpsa_crypto_ecp.c132 mbedtls_ecp_check_pubkey( &ecp->grp, &ecp->Q ) ); in mbedtls_psa_ecp_load_representation()
Dpkparse.c503 ret = mbedtls_ecp_check_pubkey( &key->grp, &key->Q ); in pk_get_ecpubkey()
Decp.c2693 MBEDTLS_MPI_CHK( mbedtls_ecp_check_pubkey( grp, P ) ); in mbedtls_ecp_mul_restartable()
3053 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp, in mbedtls_ecp_check_pubkey() function
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt1495 ecp_check_pubkey mbedtls_ecp_check_pubkey