Home
last modified time | relevance | path

Searched refs:DECRYPT (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/crypto/
Dtcrypt.c47 #define DECRYPT 0 macro
2066 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2070 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test()
2074 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test()
2078 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test()
2082 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test()
2086 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test()
2090 test_cipher_speed("cfb(aes)", DECRYPT, sec, NULL, 0, in do_test()
2098 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2104 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
[all …]
Dtestmgr.c84 #define DECRYPT 0 macro
2353 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs()
2456 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl()
2587 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead()
3071 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl()
3155 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
3520 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
/Linux-v5.15/drivers/crypto/caam/
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 …]
Dqi.h38 DECRYPT, enumerator
Dcaamalg_qi2.h165 DECRYPT, enumerator
Dcaamalg_qi2.c263 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()
270 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in aead_set_sh_desc()
608 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()
613 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in chachapoly_set_sh_desc()
694 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()
698 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in gcm_set_sh_desc()
787 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()
792 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4106_set_sh_desc()
888 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()
893 dma_sync_single_for_device(dev, ctx->flc_dma[DECRYPT], in rfc4543_set_sh_desc()
[all …]
/Linux-v5.15/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c271 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec()
490 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
Dnitrox_req.h86 #define DECRYPT 1 macro
Dnitrox_skcipher.c264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
/Linux-v5.15/tools/testing/selftests/tpm2/
Dtpm2.py293 DECRYPT = (1 << 17) variable in Public
546 Public.DECRYPT
/Linux-v5.15/fs/ecryptfs/
Dcrypto.c29 #define DECRYPT 0 macro
532 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
/Linux-v5.15/Documentation/security/keys/
Dcore.rst943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}