HomeSort by relevance Sort by last modified time
    Searched refs:cert_path (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/cros/
httpd.py 247 def __init__(self, server_address, HandlerClass, cert_path, key_path):
252 certfile=cert_path,
279 cert_path='/etc/login_trust_root.pem',
287 cert_path,
httpd_unittest.py 69 cert_path=(creds_path+'.pem'),
  /external/curl/lib/vtls/
schannel.c 601 TCHAR *cert_path = Curl_convert_UTF8_to_tchar(data->set.ssl.cert); local
602 if(!cert_path)
605 result = get_cert_location(cert_path, &cert_store_name,
609 cert_path);
610 Curl_unicodefree(cert_path);
624 Curl_unicodefree(cert_path);
636 Curl_unicodefree(cert_path);
644 Curl_unicodefree(cert_path);
    [all...]
  /external/scapy/scapy/layers/tls/
cert.py 542 def __call__(cls, cert_path):
543 obj = _PKIObjMaker.__call__(cls, cert_path,
738 def __call__(cls, cert_path):
739 obj = _PKIObjMaker.__call__(cls, cert_path, _MAX_CRL_SIZE, "X509 CRL")
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 139 STACK_OF(X509) *cert_path,
    [all...]

Completed in 1219 milliseconds