Home
last modified time | relevance | path

Searched refs:subject_name (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_csr.h243 const char *subject_name);
H A Dx509_crt.h1034 const char *subject_name);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_csr.c67 const char *subject_name) in mbedtls_x509write_csr_set_subject_name() argument
70 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_csr_set_subject_name()
H A Dx509write_crt.c85 const char *subject_name) in mbedtls_x509write_crt_set_subject_name() argument
88 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_crt_set_subject_name()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog5438 * cert_write with selfsign should use issuer_name as subject_name