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

/linux-master/crypto/
H A Dcipher.c86 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, function
91 EXPORT_SYMBOL_NS_GPL(crypto_cipher_decrypt_one, CRYPTO_INTERNAL);
H A Dpcbc.c98 crypto_cipher_decrypt_one(tfm, dst, src);
121 crypto_cipher_decrypt_one(tfm, src, src);
H A Dkeywrap.c167 crypto_cipher_decrypt_one(cipher, (u8 *)&block,
H A Dhctr2.c304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block,
H A Dadiantum.c291 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes,
H A Dtestmgr.c2782 crypto_cipher_decrypt_one(tfm, data + k,
/linux-master/include/crypto/internal/
H A Dcipher.h168 * crypto_cipher_decrypt_one() - decrypt one block of ciphertext
176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
/linux-master/arch/powerpc/crypto/
H A Daes.c103 crypto_cipher_decrypt_one(ctx->fallback, dst, src);
/linux-master/drivers/crypto/
H A Dgeode-aes.c184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in);
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c400 crypto_cipher_decrypt_one(ctx->cts_tfm, buf, buf);
/linux-master/arch/s390/crypto/
H A Daes_s390.c121 crypto_cipher_decrypt_one(sctx->fallback.cip, out, in);

Completed in 133 milliseconds