Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.data529 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/ec_256_prv.pem":0
533 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server5.key":MBEDTLS_ERR_ECP_BAD_INPU…
537 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server1.key":0
541 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server2.key":MBEDTLS_ERR_RSA_KEY_CHEC…
545 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server1.key":MBEDTLS_ERR_PK_TYPE_MISM…
H A Dtest_suite_pk.function285 TEST_ASSERT(mbedtls_pk_check_pair(&pk, &pk2,
551 void mbedtls_pk_check_pair(char *pub_file, char *prv_file, int ret)
564 /* mbedtls_pk_check_pair() returns either PK or ECP error codes depending
577 TEST_ASSERT(mbedtls_pk_check_pair(&pub, &prv,
586 TEST_ASSERT(mbedtls_pk_check_pair(&pub, &alt,
596 TEST_EQUAL(mbedtls_pk_check_pair(&pub, &prv, mbedtls_test_rnd_std_rand,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h752 int mbedtls_pk_check_pair(const mbedtls_pk_context *pub,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h984 int mbedtls_pk_check_pair(const mbedtls_pk_context *pub,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pk.function743 TEST_ASSERT(mbedtls_pk_check_pair(&pk, &pk2,
1018 void mbedtls_pk_check_pair(char *pub_file, char *prv_file, int ret)
1032 /* mbedtls_pk_check_pair() returns either PK or ECP error codes depending
1045 TEST_ASSERT(mbedtls_pk_check_pair(&pub, &prv,
1054 TEST_ASSERT(mbedtls_pk_check_pair(&pub, &alt,
1068 TEST_EQUAL(mbedtls_pk_check_pair(&pub, &prv, mbedtls_test_rnd_std_rand,
2652 TEST_EQUAL(mbedtls_pk_check_pair(&pk_pub, &pk_priv, mbedtls_test_rnd_std_rand, NULL), 0);
H A Dtest_suite_pk.data599 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/ec_256_prv.pem":0
603 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server5.key":MBEDTLS_ERR_ECP_BAD_INPU…
607 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server1.key":0
611 mbedtls_pk_check_pair:"data_files/server1.pubkey":"data_files/server2.key":MBEDTLS_ERR_RSA_KEY_CHEC…
615 mbedtls_pk_check_pair:"data_files/ec_256_pub.pem":"data_files/server1.key":MBEDTLS_ERR_PK_TYPE_MISM…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Duse-psa-crypto.md83 context: `mbedtls_pk_check_pair()`, `mbedtls_pk_debug()`, all public key
H A D3.0-migration-guide.md500 `mbedtls_pk_check_pair()`, `mbedtls_pk_parse_key()`, and
H A Dpsa-transition.md1050 The legacy API provides functions `mbedtls_pk_check_pair`, `mbedtls_rsa_check_pub_priv` and `mbedtl…
/aosp_15_r20/external/mbedtls/docs/
H A Duse-psa-crypto.md83 context: `mbedtls_pk_check_pair()`, `mbedtls_pk_debug()`, all public key
H A D3.0-migration-guide.md500 `mbedtls_pk_check_pair()`, `mbedtls_pk_parse_key()`, and
/aosp_15_r20/external/mbedtls/library/
H A Dpk.c761 int mbedtls_pk_check_pair(const mbedtls_pk_context *pub, in mbedtls_pk_check_pair() function
/aosp_15_r20/external/mbedtls/programs/x509/
H A Dcert_write.c803 if (mbedtls_pk_check_pair(&issuer_crt.pk, issuer_key, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/
H A Dcert_write.c807 if (mbedtls_pk_check_pair(&issuer_crt.pk, issuer_key, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk.c1442 int mbedtls_pk_check_pair(const mbedtls_pk_context *pub, in mbedtls_pk_check_pair() function
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c1170 if (mbedtls_pk_check_pair(&cert->pk, in ssl_async_start()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c1178 if (mbedtls_pk_check_pair(&cert->pk, in ssl_async_start()
/aosp_15_r20/external/mbedtls/
H A DChangeLog154 mbedtls_pk_write_key_pem(), mbedtls_pk_check_pair(), and
1319 mbedtls_ecp_check_pub_priv(), mbedtls_pk_check_pair(),
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog414 mbedtls_pk_write_key_pem(), mbedtls_pk_check_pair(), and
1579 mbedtls_ecp_check_pub_priv(), mbedtls_pk_check_pair(),