Searched refs:crypto_cipher_decrypt_one (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
H A Daes.c112 crypto_cipher_decrypt_one(ctx->fallback, dst, src); p8_aes_decrypt()
/linux-4.1.27/net/mac80211/
H A Dwep.c206 crypto_cipher_decrypt_one(tfm, data + i, data + i); ieee80211_wep_decrypt_data()
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.c242 crypto_cipher_decrypt_one(op->fallback.cip, out, in); geode_decrypt()
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c165 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); aes_decrypt()
/linux-4.1.27/include/linux/
H A Dcrypto.h2092 * 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 Dtestmgr.c884 crypto_cipher_decrypt_one(tfm, data + k, test_cipher()

Completed in 110 milliseconds