Searched refs:subject_name (Results 1 – 13 of 13) sorted by relevance
79 const char *subject_name ) in mbedtls_x509write_csr_set_subject_name() argument81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
87 const char *subject_name ) in mbedtls_x509write_crt_set_subject_name() argument89 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name()
178 const char *subject_name );
929 const char *subject_name );
3334 * cert_write with selfsign should use issuer_name as subject_name
Completed in 25 milliseconds