Home
last modified time | relevance | path

Searched defs:newCipher (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/crypto/aes/
Dcipher_generic.go18 func newCipher(key []byte) (cipher.Block, error) { func
Dcipher_s390x.go37 func newCipher(key []byte) (cipher.Block, error) { func
Dcipher_asm.go43 func newCipher(key []byte) (cipher.Block, error) { func
/prebuilts/go/linux-x86/src/crypto/des/
Ddes_test.go1265 func newCipher(key []byte) cipher.Block { func