Searched refs:mbedtls_x509_string_to_names (Results 1 – 5 of 5) sorted by relevance
308 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name );
2479 #define x509_string_to_names mbedtls_x509_string_to_names
90 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name()96 return mbedtls_x509_string_to_names( &ctx->issuer, issuer_name ); in mbedtls_x509write_crt_set_issuer_name()
73 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
128 int mbedtls_x509_string_to_names( mbedtls_asn1_named_data **head, const char *name ) in mbedtls_x509_string_to_names() function
Completed in 20 milliseconds