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.go167 type nullCipher struct{} struct
170 return nullCipher{}
Dconn.go209 hc.cipher = nullCipher{}
220 hc.cipher = nullCipher{}
475 case nullCipher:
613 case nullCipher:
Ddtls.go339 } else if _, ok := c.out.cipher.(nullCipher); !ok && c.out.cipher != nil {