Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h341 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name);
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c88 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()
H A Dx509write_csr.c70 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_csr_set_subject_name()
H A Dx509_create.c281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names() function
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog32 mbedtls_x509_string_to_names(). This was caused by the function calling
46 or indirectly via mbedtls_x509_string_to_names() or one of the
49 inside the same call to mbedtls_x509_string_to_names(), or in subsequent
108 * The function mbedtls_x509_string_to_names() now requires its head argument
897 * Fix a bug in which mbedtls_x509_string_to_names() would return success