Searched refs:nextCipher (Results 1 – 1 of 1) sorted by relevance
181 nextCipher interface{} // next encryption state member215 hc.nextCipher = cipher222 if hc.nextCipher == nil {225 hc.cipher = hc.nextCipher227 hc.nextCipher = nil