Searched refs:nullCipher (Results 1 – 3 of 3) sorted by relevance
154 type nullCipher struct{} struct157 return nullCipher{}
233 hc.cipher = nullCipher{}249 hc.cipher = nullCipher{}498 case nullCipher:642 case nullCipher:
357 } else if _, ok := c.out.cipher.(nullCipher); !ok && c.out.cipher != nil {