Searched refs:crypto_cipher_decrypt_one (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/crypto/ |
D | cipher.c | 86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function 91 EXPORT_SYMBOL_GPL(crypto_cipher_decrypt_one);
|
D | pcbc.c | 97 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment() 120 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
|
D | keywrap.c | 166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
D | adiantum.c | 292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
D | testmgr.c | 2676 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/Linux-v5.10/Documentation/crypto/ |
D | api-skcipher.rst | 35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
|
/Linux-v5.10/drivers/crypto/vmx/ |
D | aes.c | 102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/Linux-v5.10/drivers/crypto/ |
D | geode-aes.c | 183 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
|
/Linux-v5.10/include/linux/ |
D | crypto.h | 902 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
|
/Linux-v5.10/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 403 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/Linux-v5.10/arch/s390/crypto/ |
D | aes_s390.c | 120 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
|