Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h774 const char *mbedtls_pk_get_name(const mbedtls_pk_context *ctx);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h1006 const char *mbedtls_pk_get_name(const mbedtls_pk_context *ctx);
/aosp_15_r20/external/mbedtls/library/
H A Dx509_csr.c491 mbedtls_pk_get_name(&csr->pk))) != 0) { in mbedtls_x509_csr_info()
H A Dpk.c829 const char *mbedtls_pk_get_name(const mbedtls_pk_context *ctx) in mbedtls_pk_get_name() function
H A Dx509_crt.c1809 mbedtls_pk_get_name(&crt->pk))) != 0) { in mbedtls_x509_crt_info()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dx509_csr.c556 mbedtls_pk_get_name(&csr->pk))) != 0) { in mbedtls_x509_csr_info()
H A Dpk.c1510 const char *mbedtls_pk_get_name(const mbedtls_pk_context *ctx) in mbedtls_pk_get_name() function
H A Dx509_crt.c1810 mbedtls_pk_get_name(&crt->pk))) != 0) { in mbedtls_x509_crt_info()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.function246 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&pk), name) == 0);
542 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&pk), name) == 0);
1235 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&alt), "RSA-alt") == 0);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pk.function704 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&pk), name) == 0);
1009 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&pk), name) == 0);
1775 TEST_ASSERT(strcmp(mbedtls_pk_get_name(&alt), "RSA-alt") == 0);
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c2674 key_cert_init ? mbedtls_pk_get_name(&pkey) : "none", in main()
2675 key_cert_init2 ? mbedtls_pk_get_name(&pkey2) : "none"); in main()
H A Dssl_client2.c1707 mbedtls_pk_get_name(&pkey) : "none"); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c2748 key_cert_init ? mbedtls_pk_get_name(&pkey) : "none", in main()
2749 key_cert_init2 ? mbedtls_pk_get_name(&pkey2) : "none"); in main()
H A Dssl_client2.c1785 mbedtls_pk_get_name(&pkey) : "none"); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1072 There is no PSA equivalent to Mbed TLS's custom key type names exposed by `mbedtls_pk_get_name`.