Searched refs:crypto_cipher_decrypt_one (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/crypto/ |
D | pcbc.c | 127 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()
|
D | cbc.c | 61 crypto_cipher_decrypt_one(ctx->child, dst, src); in crypto_cbc_decrypt_one()
|
D | keywrap.c | 173 crypto_cipher_decrypt_one(child, (u8*)&block, in crypto_kw_decrypt()
|
D | testmgr.c | 1077 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes.c | 112 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-skcipher.rst | 35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
|
/Linux-v4.19/net/mac80211/ |
D | wep.c | 206 crypto_cipher_decrypt_one(tfm, data + i, data + i); in ieee80211_wep_decrypt_data()
|
/Linux-v4.19/drivers/crypto/ |
D | geode-aes.c | 244 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 1594 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
|
/Linux-v4.19/arch/s390/crypto/ |
D | aes_s390.c | 127 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in aes_decrypt()
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1030 crypto_cipher_decrypt_one(cipher, iv, iv); in chcr_update_tweak()
|