Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h355 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name );
A Dcompat-1.3.h2483 #define x509_string_to_names mbedtls_x509_string_to_names
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509write_crt.c89 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name()
95 return mbedtls_x509_string_to_names( &ctx->issuer, issuer_name ); in mbedtls_x509write_crt_set_issuer_name()
A Dx509write_csr.c81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
A Dx509_create.c123 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() function

Completed in 19 milliseconds