Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcipher.c86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function
91 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, CRYPTO_INTERNAL);
H A Dpcbc.c98 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment()
121 crypto_cipher_decrypt_one(tfm, src, src); in crypto_pcbc_decrypt_inplace()
H A Dkeywrap.c167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
H A Dhctr2.c304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
H A Dadiantum.c293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
H A Dtestmgr.c2786 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
/openbmc/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
/openbmc/linux/drivers/crypto/vmx/
H A Daes.c103 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
/openbmc/linux/include/crypto/internal/
H A Dcipher.h176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/openbmc/linux/drivers/crypto/
H A Dgeode-aes.c184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-glue.c400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()