Home
last modified time | relevance | path

Searched defs:client_auth (Results 1 – 7 of 7) sorted by relevance

/external/python/google-auth-library-python/tests/oauth2/
Dtest_utils.py32 def __init__(self, client_auth=None): argument
80 def make_oauth_client_auth_handler(cls, client_auth=None): argument
Dtest_sts.py66 def make_client(cls, client_auth=None): argument
/external/rust/crates/openssl/src/x509/
Dextension.rs226 client_auth: bool, field
278 pub fn client_auth(&mut self) -> &mut ExtendedKeyUsage { in client_auth() method
/external/scapy/scapy/layers/tls/
Dautomaton_srv.py63 client_auth=False, argument
/external/rust/crates/x509-parser/src/
Dextensions.rs357 pub client_auth: bool, field
/external/mbedtls/library/
Dssl_misc.h922 uint8_t client_auth; /*!< used to check if CertificateRequest has been member
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1414 int client_auth; /*!< flag for client auth. */ member