Home
last modified time | relevance | path

Searched defs:tlsVersion (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Drunner.go1764 type tlsVersion struct { struct
1765 name string
1767 version uint16
1769 excludeFlag string
1770 hasDTLS bool
1771 hasQUIC bool
1773 versionDTLS uint16
1777 versionWire uint16
1780 func (vers tlsVersion) String() string {
1784 func (vers tlsVersion) shimFlag(protocol protocol) string {
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Drunner.go290 tlsVersion uint16 member
1748 type tlsVersion struct { struct
1749 name string
1751 version uint16
1753 excludeFlag string
1754 hasDTLS bool
1755 hasQUIC bool
1757 versionDTLS uint16
1761 versionWire uint16
1764 func (vers tlsVersion) shimFlag(protocol protocol) string {
[all …]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DRecordedRequest.java36 private final TlsVersion tlsVersion; field in RecordedRequest
/external/libcups/cups/
Dtlscheck.c44 int tlsVersion = 0; /* TLS version number */ in main() local
/external/wpa_supplicant_8/wpa_supplicant/aidl/
Dsta_network.cpp2677 ndk::ScopedAStatus StaNetwork::setMinimumTlsVersionEapPhase1ParamInternal(TlsVersion tlsVersion) in setMinimumTlsVersionEapPhase1ParamInternal()