Searched refs:crypto_cipher_decrypt_one (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/crypto/vmx/ |
D | aes.c | 112 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/linux-4.1.27/net/mac80211/ |
D | wep.c | 206 crypto_cipher_decrypt_one(tfm, data + i, data + i); in ieee80211_wep_decrypt_data()
|
/linux-4.1.27/drivers/crypto/ |
D | geode-aes.c | 242 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
|
/linux-4.1.27/arch/s390/crypto/ |
D | aes_s390.c | 165 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()
|
/linux-4.1.27/include/linux/ |
D | crypto.h | 2100 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
|
/linux-4.1.27/crypto/ |
D | testmgr.c | 884 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|