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