Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dpcbc.c97 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()
Dcbc.c31 crypto_cipher_decrypt_one(skcipher_cipher_simple(tfm), dst, src); in crypto_cbc_decrypt_one()
Dkeywrap.c166 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
Dadiantum.c301 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
Dtestmgr.c2412 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/Linux-v5.4/drivers/crypto/vmx/
Daes.c102 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/Linux-v5.4/Documentation/crypto/
Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c240 crypto_cipher_decrypt_one(op->fallback.cip, out, in); in geode_decrypt()
/Linux-v5.4/arch/arm/crypto/
Daes-neonbs-glue.c392 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/Linux-v5.4/include/linux/
Dcrypto.h1776 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c127 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()