Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go289 tlsVersion uint16 member
1740 type tlsVersion struct { struct
1741 name string
1743 version uint16
1745 excludeFlag string
1746 hasDTLS bool
1747 hasQUIC bool
1749 versionDTLS uint16
1753 versionWire uint16
1756 func (vers tlsVersion) shimFlag(protocol protocol) string {
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Drunner.go289 tlsVersion uint16 member
1740 type tlsVersion struct { struct
1741 name string
1743 version uint16
1745 excludeFlag string
1746 hasDTLS bool
1747 hasQUIC bool
1749 versionDTLS uint16
1753 versionWire uint16
1756 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.cpp2654 ndk::ScopedAStatus StaNetwork::setMinimumTlsVersionEapPhase1ParamInternal(TlsVersion tlsVersion) in setMinimumTlsVersionEapPhase1ParamInternal()