Searched refs:x509_certificate_get_subject (Results 1 – 4 of 4) sorted by relevance
119 x509_certificate_get_subject(struct x509_certificate *chain,
35 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_server_cert_chain_der_len()209 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_write_server_certificate()
38 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_client_cert_chain_der_len()205 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_write_client_certificate()
1945 x509_certificate_get_subject(struct x509_certificate *chain, in x509_certificate_get_subject() function