Searched defs:NewCipher (Results 1 – 3 of 3) sorted by relevance
31 func NewCipher(key []byte) (*Cipher, error) { func
34 func NewCipher(key []byte) (cipher.Block, error) { func
29 func NewCipher(key []byte) (cipher.Block, error) { func