Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt_one (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/s390/crypto/
Daes_s390.c146 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()
/linux-2.6.39/drivers/crypto/
Dgeode-aes.c242 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
/linux-2.6.39/include/linux/
Dcrypto.h1097 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
/linux-2.6.39/crypto/
Dtestmgr.c742 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()