Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dpcbc.c127 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment()
152 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
Dcbc.c61 crypto_cipher_decrypt_one(ctx->child, dst, src); in crypto_cbc_decrypt_one()
Dkeywrap.c173 crypto_cipher_decrypt_one(child, (u8*)&block, in crypto_kw_decrypt()
Dtestmgr.c1077 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/Linux-v4.19/drivers/crypto/vmx/
Daes.c112 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/Linux-v4.19/net/mac80211/
Dwep.c206 crypto_cipher_decrypt_one(tfm, data + i, data + i); in ieee80211_wep_decrypt_data()
/Linux-v4.19/drivers/crypto/
Dgeode-aes.c244 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
/Linux-v4.19/include/linux/
Dcrypto.h1594 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c127 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c1030 crypto_cipher_decrypt_one(cipher, iv, iv); in chcr_update_tweak()