Home
last modified time | relevance | path

Searched refs:nullCipher (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go154 type nullCipher struct{} struct
157 return nullCipher{}
Dconn.go233 hc.cipher = nullCipher{}
249 hc.cipher = nullCipher{}
498 case nullCipher:
642 case nullCipher:
Ddtls.go357 } else if _, ok := c.out.cipher.(nullCipher); !ok && c.out.cipher != nil {