Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go162 nextCipher interface{} // next encryption state member
191 hc.nextCipher = cipher
198 if hc.nextCipher == nil {
201 hc.cipher = hc.nextCipher
203 hc.nextCipher = nil