Searched refs:nullCipher (Results 1 – 3 of 3) sorted by relevance
167 type nullCipher struct{} struct170 return nullCipher{}
209 hc.cipher = nullCipher{}220 hc.cipher = nullCipher{}475 case nullCipher:613 case nullCipher:
339 } else if _, ok := c.out.cipher.(nullCipher); !ok && c.out.cipher != nil {