Home
last modified time | relevance | path

Searched refs:mbedtls_x509write_crt_set_issuer_name (Results 1 – 4 of 4) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dx509_crt.h997 int mbedtls_x509write_crt_set_issuer_name(mbedtls_x509write_cert *ctx,
/third_party/mbedtls/library/
Dx509write_crt.c97 int mbedtls_x509write_crt_set_issuer_name(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_issuer_name() function
/third_party/mbedtls/programs/x509/
Dcert_write.c726 if ((ret = mbedtls_x509write_crt_set_issuer_name(&crt, opt.issuer_name)) != 0) { in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509write.function430 TEST_ASSERT(mbedtls_x509write_crt_set_issuer_name(&crt, issuer_name) == 0);