Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dquic.go15 type QUICEncryptionLevel int type
384 func (c *Conn) quicSetReadSecret(level QUICEncryptionLevel, suite uint16, secret []byte) {
393 func (c *Conn) quicSetWriteSecret(level QUICEncryptionLevel, suite uint16, secret []byte) {
402 func (c *Conn) quicWriteCryptoData(level QUICEncryptionLevel, data []byte) {