Home
last modified time | relevance | path

Searched refs:DECRYPT (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/crypto/
H A Dtcrypt.c50 #define DECRYPT 0 macro
1861 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1865 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
1869 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
1873 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
1877 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
1881 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
1885 test_cipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
1893 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
1899 test_cipher_speed("cbc(des3_ede)", DECRYPT, se in do_test()
[all...]
H A Dtestmgr.c81 #define DECRYPT 0 macro
2473 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs()
2577 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl()
2709 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead()
3202 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl()
3286 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
3680 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
/kernel/linux/linux-5.10/crypto/
H A Dtcrypt.c47 #define DECRYPT 0 macro
2047 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2051 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2055 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2059 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2063 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2067 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2071 test_cipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2079 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2085 test_cipher_speed("cbc(des3_ede)", DECRYPT, se in do_test()
[all...]
H A Dtestmgr.c81 #define DECRYPT 0 macro
2361 err = test_aead_vec_cfg(ctx->driver, DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs()
2464 err = test_aead_vec_cfg(driver, DECRYPT, &ctx->vec, in test_aead_vs_generic_impl()
2599 err = test_aead(driver, DECRYPT, suite, req, tsgls); in alg_test_aead()
3084 err = test_skcipher_vec_cfg(driver, DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl()
3170 err = test_skcipher(driver, DECRYPT, suite, req, tsgls); in alg_test_skcipher()
3536 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dqi.h38 DECRYPT, enumerator
H A Dcaamalg_qi.c267 if (ctx->drv_ctx[DECRYPT]) { in aead_setkey()
268 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in aead_setkey()
391 if (ctx->drv_ctx[DECRYPT]) { in gcm_setkey()
392 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in gcm_setkey()
499 if (ctx->drv_ctx[DECRYPT]) { in rfc4106_setkey()
500 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4106_setkey()
605 if (ctx->drv_ctx[DECRYPT]) { in rfc4543_setkey()
606 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4543_setkey()
652 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey()
653 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in skcipher_setkey()
[all...]
H A Dcaamalg_qi2.h165 DECRYPT, enumerator
H A Dcaamalg_qi2.c260 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()
267 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in aead_set_sh_desc()
605 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()
610 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in chachapoly_set_sh_desc()
692 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()
696 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in gcm_set_sh_desc()
785 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()
790 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4106_set_sh_desc()
886 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()
891 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4543_set_sh_desc()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi.c272 if (ctx->drv_ctx[DECRYPT]) { in aead_setkey()
273 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in aead_setkey()
396 if (ctx->drv_ctx[DECRYPT]) { in gcm_setkey()
397 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in gcm_setkey()
504 if (ctx->drv_ctx[DECRYPT]) { in rfc4106_setkey()
505 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4106_setkey()
610 if (ctx->drv_ctx[DECRYPT]) { in rfc4543_setkey()
611 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4543_setkey()
657 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey()
658 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in skcipher_setkey()
[all...]
H A Dqi.h40 DECRYPT, enumerator
H A Dcaamalg_qi2.h163 DECRYPT, enumerator
H A Dcaamalg_qi2.c265 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()
272 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in aead_set_sh_desc()
610 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()
615 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in chachapoly_set_sh_desc()
697 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()
701 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in gcm_set_sh_desc()
790 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()
795 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4106_set_sh_desc()
891 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()
896 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4543_set_sh_desc()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c272 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec()
491 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
H A Dnitrox_req.h86 #define DECRYPT 1 macro
231 * @ctrl_arg: Identifies the request type (ENCRYPT/DECRYPT)
H A Dnitrox_skcipher.c264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H A Dtpm2.py293 DECRYPT = (1 << 17) variable in Public
550 Public.DECRYPT
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c271 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec()
490 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
H A Dnitrox_req.h86 #define DECRYPT 1 macro
232 * @ctrl_arg: Identifies the request type (ENCRYPT/DECRYPT)
H A Dnitrox_skcipher.c264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/
H A Dtpm2.py294 DECRYPT = (1 << 17) variable in Public
551 Public.DECRYPT
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dcrypto.c29 #define DECRYPT 0 macro
286 * @op: ENCRYPT or DECRYPT to indicate the desired operation
370 * @op: ENCRYPT or DECRYPT to indicate the desired operation
534 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dcrypto.c29 #define DECRYPT 0 macro
270 * @op: ENCRYPT or DECRYPT to indicate the desired operation
344 * @op: ENCRYPT or DECRYPT to indicate the desired operation
508 extent_offset, DECRYPT); in ecryptfs_decrypt_page()

Completed in 39 milliseconds