Searched refs:cert_path (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/cros/ |
D | httpd.py | 216 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument 221 certfile=cert_path, 248 cert_path='/etc/login_trust_root.pem', argument 256 cert_path,
|
D | httpd_unittest.py | 69 cert_path=(creds_path+'.pem'),
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 139 STACK_OF(X509) *cert_path, 1339 STACK_OF(X509) *cert_path, in check_crl_chain() 1343 cert_ta = sk_X509_value(cert_path, sk_X509_num(cert_path) - 1); in check_crl_chain()
|