Searched refs:mbedtls_x509_string_to_names (Results 1 – 5 of 5) sorted by relevance
355 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name );
2483 #define x509_string_to_names mbedtls_x509_string_to_names
89 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()
81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
123 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