Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dx509v3.h119 x509_certificate_get_subject(struct x509_certificate *chain,
Dtlsv1_server_write.c35 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()
Dtlsv1_client_write.c38 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()
Dx509v3.c1945 x509_certificate_get_subject(struct x509_certificate *chain, in x509_certificate_get_subject() function