Searched defs:cipherSuiteTLS13 (Results 1 – 1 of 1) sorted by relevance
194 type cipherSuiteTLS13 struct { struct195 id uint16196 keyLen int197 aead func(key, fixedNonce []byte) aead198 hash crypto.Hash