Home
last modified time | relevance | path

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

/crypto/
Dcipher.c87 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);
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()
Dkeywrap.c167 crypto_cipher_decrypt_one(cipher, (u8 *)&block, in crypto_kw_decrypt()
Dhctr2.c305 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
Dadiantum.c293 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
Dtestmgr.c2778 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()