Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtcrypt.c50 #define DECRYPT 0 macro
2081 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2087 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2093 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test()
2243 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test()
2332 DECRYPT, sec, NULL, 0, in do_test()
2339 test_aead_speed("aegis128", DECRYPT, sec, in do_test()
2346 test_aead_speed("gcm(sm4)", DECRYPT, sec, in do_test()
2394 test_aead_speed("gcm(aria)", DECRYPT, sec, in do_test()
2655 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
[all …]
H A Dtestmgr.c82 #define DECRYPT 0 macro
2505 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs()
2609 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl()
2743 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead()
3225 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl()
3311 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
3572 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
/linux-6.15/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()
657 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey()
778 if (ctx->drv_ctx[DECRYPT]) { in xts_skcipher_setkey()
2500 ctx->drv_ctx[DECRYPT] = NULL; in caam_init_common()
[all …]
H A Dqi.h40 DECRYPT, enumerator
H A Dcaamalg_qi2.h163 DECRYPT, enumerator
H A Dcaamalg_qi2.c266 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()
611 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()
698 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()
791 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()
892 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()
975 flc = &ctx->flc[DECRYPT]; in skcipher_setkey()
1102 flc = &ctx->flc[DECRYPT]; in xts_skcipher_setkey()
1368 caam_req->flc = &ctx->flc[DECRYPT]; in aead_decrypt()
1369 caam_req->flc_dma = ctx->flc_dma[DECRYPT]; in aead_decrypt()
1562 caam_req->flc = &ctx->flc[DECRYPT]; in skcipher_decrypt()
[all …]
/linux-6.15/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
H A Dnitrox_skcipher.c264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
/linux-6.15/tools/testing/selftests/tpm2/
H A Dtpm2.py294 DECRYPT = (1 << 17) variable in Public
551 Public.DECRYPT
/linux-6.15/fs/ecryptfs/
H A Dcrypto.c29 #define DECRYPT 0 macro
511 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
/linux-6.15/Documentation/security/keys/
H A Dcore.rst943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}