Home
last modified time | relevance | path

Searched refs:x509_certificate_get_subject (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dx509v3.h148 x509_certificate_get_subject(struct x509_certificate *chain,
Dtlsv1_client_write.c37 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_client_cert_chain_der_len()
310 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_write_client_certificate()
Dtlsv1_server_write.c34 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_server_cert_chain_der_len()
243 cert = x509_certificate_get_subject(conn->cred->trusted_certs, in tls_write_server_certificate()
Dx509v3.c2157 x509_certificate_get_subject(struct x509_certificate *chain, in x509_certificate_get_subject() function