Searched refs:crypto_cipher_decrypt_one (Results 1 – 5 of 5) sorted by relevance
| /crypto/ |
| 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");
|
| 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()
|
| A D | hctr2.c | 304 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->first_block, in hctr2_crypt()
|
| A D | adiantum.c | 291 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
|
| A D | testmgr.c | 2784 crypto_cipher_decrypt_one(tfm, data + k, in test_cipher()
|
Completed in 16 milliseconds