Searched refs:crypto_cipher_decrypt_one (Results 1 – 6 of 6) sorted by relevance
/crypto/ |
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);
|
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()
|
D | keywrap.c | 167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
|
D | hctr2.c | 305 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
D | adiantum.c | 293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
D | testmgr.c | 2778 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|