Searched refs:DECRYPT (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | tcrypt.c | 47 #define DECRYPT 0 macro 1890 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() 1896 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test() 1902 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test() 2052 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test() 2145 DECRYPT, sec, NULL, 0, in do_test() 2152 test_aead_speed("aegis128", DECRYPT, sec, in do_test() 2159 test_aead_speed("gcm(sm4)", DECRYPT, sec, in do_test() 2211 test_aead_speed("gcm(aria)", DECRYPT, sec, in do_test() 2454 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() [all …]
|
A D | testmgr.c | 81 #define DECRYPT 0 macro 2412 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs() 2515 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl() 2646 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead() 3130 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl() 3214 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher() 3608 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamalg_qi.c | 272 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 …]
|
A D | qi.h | 40 DECRYPT, enumerator
|
A D | caamalg_qi2.h | 163 DECRYPT, enumerator
|
A D | caamalg_qi2.c | 265 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc() 610 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc() 696 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc() 789 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc() 890 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc() 973 flc = &ctx->flc[DECRYPT]; in skcipher_setkey() 1100 flc = &ctx->flc[DECRYPT]; in xts_skcipher_setkey() 1366 caam_req->flc = &ctx->flc[DECRYPT]; in aead_decrypt() 1367 caam_req->flc_dma = ctx->flc_dma[DECRYPT]; in aead_decrypt() 1560 caam_req->flc = &ctx->flc[DECRYPT]; in skcipher_decrypt() [all …]
|
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/ |
A D | nitrox_aead.c | 271 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec() 490 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
|
A D | nitrox_req.h | 86 #define DECRYPT 1 macro
|
A D | nitrox_skcipher.c | 264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
|
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
A D | tpm2.py | 294 DECRYPT = (1 << 17) variable in Public 551 Public.DECRYPT
|
/linux-6.3-rc2/fs/ecryptfs/ |
A D | crypto.c | 29 #define DECRYPT 0 macro 508 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | core.rst | 943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY} 1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
|
Completed in 67 milliseconds