Searched refs:crypto_cipher_decrypt_one (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | cipher.c | 87 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, in crypto_cipher_decrypt_one() function 92 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, CRYPTO_INTERNAL);
|
A D | pcbc.c | 98 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()
|
A D | keywrap.c | 167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
A D | hctr2.c | 304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
A D | adiantum.c | 293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
A D | testmgr.c | 2723 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-skcipher.rst | 35 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
|
/linux-6.3-rc2/drivers/crypto/vmx/ |
A D | aes.c | 103 crypto_cipher_decrypt_one(ctx->fallback, dst, src); in p8_aes_decrypt()
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | cipher.h | 176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
|
/linux-6.3-rc2/drivers/crypto/ |
A D | geode-aes.c | 184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | aes-neonbs-glue.c | 400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf); in __xts_crypt()
|
/linux-6.3-rc2/arch/s390/crypto/ |
A D | aes_s390.c | 121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in); in crypto_aes_decrypt()
|
Completed in 41 milliseconds