Searched refs:crypto_cipher_decrypt_one (Results 1 – 8 of 8) sorted by relevance
| /linux/crypto/ |
| H A D | cipher.c | 86 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 D | pcbc.c | 98 crypto_cipher_decrypt_one(tfm, dst, src); in crypto_pcbc_decrypt_segment() 121 crypto_cipher_decrypt_one(tfm, dst, dst); in crypto_pcbc_decrypt_inplace()
|
| H A D | hctr2.c | 243 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
| H A D | adiantum.c | 456 crypto_cipher_decrypt_one(tctx->blockcipher, rbuf.bytes, in adiantum_crypt()
|
| H A D | testmgr.c | 2778 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
| /linux/Documentation/crypto/ |
| H A D | api-skcipher.rst | 38 …er crypto_cipher_blocksize crypto_cipher_setkey crypto_cipher_encrypt_one crypto_cipher_decrypt_one
|
| /linux/include/crypto/internal/ |
| H A D | cipher.h | 176 void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
|
| /linux/drivers/crypto/ |
| H A D | geode-aes.c | 184 crypto_cipher_decrypt_one(tctx->fallback.cip, out, in); in geode_decrypt()
|