Searched refs:crypto_cipher_decrypt_one (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/crypto/ |
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 | cbc.c | 31 crypto_cipher_decrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cbc_decrypt_one()
|
D | keywrap.c | 166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
D | adiantum.c | 301 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
D | testmgr.c | 2412 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/Linux-v5.4/drivers/crypto/vmx/ |
D | aes.c | 102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-skcipher.rst | 35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
|
/Linux-v5.4/drivers/crypto/ |
D | geode-aes.c | 240 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 392 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/Linux-v5.4/include/linux/ |
D | crypto.h | 1776 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 127 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
|