Searched refs:mbedtls_ecp_check_pubkey (Results 1 – 9 of 9) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ecp.function | 306 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 …]
|
D | test_suite_pkparse.function | 83 TEST_ASSERT( mbedtls_ecp_check_pubkey( &eckey->grp, &eckey->Q ) == 0 );
|
D | test_suite_ecdh.function | 13 TEST_ASSERT( mbedtls_ecp_check_pubkey( &ecp->grp,
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | ecp.h | 1112 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
|
D | compat-1.3.h | 1909 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | psa_crypto_ecp.c | 132 mbedtls_ecp_check_pubkey( &ecp->grp, &ecp->Q ) ); in mbedtls_psa_ecp_load_representation()
|
D | pkparse.c | 503 ret = mbedtls_ecp_check_pubkey( &key->grp, &key->Q ); in pk_get_ecpubkey()
|
D | ecp.c | 2693 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/ |
D | rename-1.3-2.0.txt | 1495 ecp_check_pubkey mbedtls_ecp_check_pubkey
|