Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go181 nextCipher interface{} // next encryption state member
215 hc.nextCipher = cipher
222 if hc.nextCipher == nil {
225 hc.cipher = hc.nextCipher
227 hc.nextCipher = nil