Home
last modified time | relevance | path

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

/linux/crypto/
A Dtcrypt.c47 #define DECRYPT 0 macro
2097 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2103 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
2109 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test()
2259 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test()
2344 DECRYPT, sec, NULL, 0, in do_test()
2351 test_aead_speed("aegis128", DECRYPT, sec, in do_test()
2358 test_aead_speed("gcm(sm4)", DECRYPT, sec, in do_test()
2649 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test()
2655 test_acipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test()
[all …]
A 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/drivers/crypto/caam/
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()
652 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey()
773 if (ctx->drv_ctx[DECRYPT]) { in xts_skcipher_setkey()
2484 ctx->drv_ctx[DECRYPT] = NULL; in caam_init_common()
[all …]
A Dqi.h38 DECRYPT, enumerator
A Dcaamalg_qi2.h165 DECRYPT, enumerator
A Dcaamalg_qi2.c263 flc = &ctx->flc[DECRYPT]; in aead_set_sh_desc()
608 flc = &ctx->flc[DECRYPT]; in chachapoly_set_sh_desc()
694 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc()
787 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc()
888 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc()
971 flc = &ctx->flc[DECRYPT]; in skcipher_setkey()
1098 flc = &ctx->flc[DECRYPT]; in xts_skcipher_setkey()
1364 caam_req->flc = &ctx->flc[DECRYPT]; in aead_decrypt()
1365 caam_req->flc_dma = ctx->flc_dma[DECRYPT]; in aead_decrypt()
1558 caam_req->flc = &ctx->flc[DECRYPT]; in skcipher_decrypt()
[all …]
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_aead.c271 rctx->ctrl_arg = DECRYPT; in nitrox_aes_gcm_dec()
490 aead_rctx->ctrl_arg = DECRYPT; in nitrox_rfc4106_dec()
A Dnitrox_req.h86 #define DECRYPT 1 macro
A Dnitrox_skcipher.c264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
/linux/tools/testing/selftests/tpm2/
A Dtpm2.py293 DECRYPT = (1 << 17) variable in Public
546 Public.DECRYPT
/linux/fs/ecryptfs/
A Dcrypto.c29 #define DECRYPT 0 macro
532 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
/linux/Documentation/security/keys/
A Dcore.rst943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}

Completed in 66 milliseconds