Searched refs:mbedtls_x509_string_to_names (Results 1 – 5 of 5) sorted by relevance
341 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name);
88 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()
70 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_csr_set_subject_name()
281 int mbedtls_x509_string_to_names(mbedtls_asn1_named_data **head, const char *name) in mbedtls_x509_string_to_names() function
32 mbedtls_x509_string_to_names(). This was caused by the function calling46 or indirectly via mbedtls_x509_string_to_names() or one of the49 inside the same call to mbedtls_x509_string_to_names(), or in subsequent108 * The function mbedtls_x509_string_to_names() now requires its head argument897 * Fix a bug in which mbedtls_x509_string_to_names() would return success