Searched refs:x509_certificate_parse (Results 1 – 9 of 9) sorted by relevance
/hostap-latest/tests/fuzzing/x509/ |
D | x509.c | 22 cert = x509_certificate_parse(data, size); in LLVMFuzzerTestOneInput()
|
/hostap-latest/tests/ |
D | test-x509v3.c | 39 cert = x509_certificate_parse((u8 *) buf, len); in main()
|
/hostap-latest/src/tls/ |
D | x509v3.h | 140 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
|
D | tlsv1_cred.c | 51 cert = x509_certificate_parse(buf, len); in tlsv1_add_cert_der() 501 cert = x509_certificate_parse(hdr.payload, hdr.length); in pkcs12_certbag()
|
D | tlsv1_common.c | 174 cert = x509_certificate_parse(buf, len); in tls_parse_cert()
|
D | tlsv1_client_ocsp.c | 445 cert = x509_certificate_parse(hdr.payload, hdr.length); in tls_process_basic_ocsp_response()
|
D | tlsv1_server_read.c | 527 cert = x509_certificate_parse(pos, cert_len); in tls_process_certificate()
|
D | tlsv1_client_read.c | 487 cert = x509_certificate_parse(pos, cert_len); in tls_process_certificate()
|
D | x509v3.c | 1727 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len) in x509_certificate_parse() function
|