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.h1018 int mbedtls_x509write_crt_set_issuer_name( mbedtls_x509write_cert *ctx,
/third_party/mbedtls/library/
Dx509write_crt.c92 int mbedtls_x509write_crt_set_issuer_name( mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_issuer_name() function
/third_party/mbedtls/tests/suites/
Dtest_suite_x509write.function260 TEST_ASSERT( mbedtls_x509write_crt_set_issuer_name( &crt, issuer_name ) == 0 );
/third_party/mbedtls/programs/x509/
Dcert_write.c636 if( ( ret = mbedtls_x509write_crt_set_issuer_name( &crt, opt.issuer_name ) ) != 0 ) in main()