Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcipher_suites.go194 type cipherSuiteTLS13 struct { struct
195 id uint16
196 keyLen int
197 aead func(key, fixedNonce []byte) aead
198 hash crypto.Hash