Searched defs:tlsVersion (Results 1 – 5 of 5) sorted by relevance
1764 type tlsVersion struct { struct1765 name string1767 version uint161769 excludeFlag string1770 hasDTLS bool1771 hasQUIC bool1773 versionDTLS uint161777 versionWire uint161780 func (vers tlsVersion) String() string {1784 func (vers tlsVersion) shimFlag(protocol protocol) string {[all …]
290 tlsVersion uint16 member1748 type tlsVersion struct { struct1749 name string1751 version uint161753 excludeFlag string1754 hasDTLS bool1755 hasQUIC bool1757 versionDTLS uint161761 versionWire uint161764 func (vers tlsVersion) shimFlag(protocol protocol) string {[all …]
36 private final TlsVersion tlsVersion; field in RecordedRequest
44 int tlsVersion = 0; /* TLS version number */ in main() local
2677 ndk::ScopedAStatus StaNetwork::setMinimumTlsVersionEapPhase1ParamInternal(TlsVersion tlsVersion) in setMinimumTlsVersionEapPhase1ParamInternal()