Home
last modified time | relevance | path

Searched refs:subject_dn (Results 1 – 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dx509v3.c58 os_free(cert->subject_dn); in x509_certificate_free()
1464 const u8 *subject_dn; in x509_parse_tbs_certificate() local
1553 subject_dn = pos; in x509_parse_tbs_certificate()
1556 cert->subject_dn = os_malloc(pos - subject_dn); in x509_parse_tbs_certificate()
1557 if (!cert->subject_dn) in x509_parse_tbs_certificate()
1559 cert->subject_dn_len = pos - subject_dn; in x509_parse_tbs_certificate()
1560 os_memcpy(cert->subject_dn, subject_dn, cert->subject_dn_len); in x509_parse_tbs_certificate()
Dx509v3.h58 u8 *subject_dn; member
Dtlsv1_client_ocsp.c174 issuer->subject_dn, issuer->subject_dn_len); in tls_process_ocsp_single_response()
175 hash_len = ocsp_hash_data(&alg.oid, issuer->subject_dn, in tls_process_ocsp_single_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dx509v3.c58 os_free(cert->subject_dn); in x509_certificate_free()
1375 const u8 *subject_dn; in x509_parse_tbs_certificate() local
1473 subject_dn = pos; in x509_parse_tbs_certificate()
1476 cert->subject_dn = os_malloc(pos - subject_dn); in x509_parse_tbs_certificate()
1477 if (!cert->subject_dn) in x509_parse_tbs_certificate()
1479 cert->subject_dn_len = pos - subject_dn; in x509_parse_tbs_certificate()
1480 os_memcpy(cert->subject_dn, subject_dn, cert->subject_dn_len); in x509_parse_tbs_certificate()
Dx509v3.h58 u8 *subject_dn; member
Dtlsv1_client_ocsp.c180 issuer->subject_dn, issuer->subject_dn_len); in tls_process_ocsp_single_response()
181 hash_len = ocsp_hash_data(&alg.oid, issuer->subject_dn, in tls_process_ocsp_single_response()