Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/vmx/
Daes.c119 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/linux-4.4.14/crypto/
Dkeywrap.c193 crypto_cipher_decrypt_one(child, (u8*)block, in crypto_kw_decrypt()
Dtestmgr.c903 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/linux-4.4.14/net/mac80211/
Dwep.c206 crypto_cipher_decrypt_one(tfm, data + i, data + i); in ieee80211_wep_decrypt_data()
/linux-4.4.14/drivers/crypto/
Dgeode-aes.c242 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
/linux-4.4.14/include/linux/
Dcrypto.h1573 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
/linux-4.4.14/arch/s390/crypto/
Daes_s390.c166 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()