Searched refs:DECRYPT (Results 1 – 12 of 12) sorted by relevance
| /linux/crypto/ |
| A D | tcrypt.c | 50 #define DECRYPT 0 macro 1888 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() 1894 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test() 1900 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test() 2050 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test() 2139 DECRYPT, sec, NULL, 0, in do_test() 2146 test_aead_speed("aegis128", DECRYPT, sec, in do_test() 2153 test_aead_speed("gcm(sm4)", DECRYPT, sec, in do_test() 2201 test_aead_speed("gcm(aria)", DECRYPT, sec, in do_test() 2436 test_acipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() [all …]
|
| A D | testmgr.c | 81 #define DECRYPT 0 macro 2498 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs() 2602 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl() 2736 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead() 3229 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl() 3315 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher() 3711 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
|
| /linux/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() 697 flc = &ctx->flc[DECRYPT]; in gcm_set_sh_desc() 790 flc = &ctx->flc[DECRYPT]; in rfc4106_set_sh_desc() 891 flc = &ctx->flc[DECRYPT]; in rfc4543_set_sh_desc() 974 flc = &ctx->flc[DECRYPT]; in skcipher_setkey() 1101 flc = &ctx->flc[DECRYPT]; in xts_skcipher_setkey() 1367 caam_req->flc = &ctx->flc[DECRYPT]; in aead_decrypt() 1368 caam_req->flc_dma = ctx->flc_dma[DECRYPT]; in aead_decrypt() 1561 caam_req->flc = &ctx->flc[DECRYPT]; in skcipher_decrypt() [all …]
|
| /linux/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/tools/testing/selftests/tpm2/ |
| A D | tpm2.py | 294 DECRYPT = (1 << 17) variable in Public 551 Public.DECRYPT
|
| /linux/fs/ecryptfs/ |
| A D | crypto.c | 29 #define DECRYPT 0 macro 508 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
|
| /linux/Documentation/security/keys/ |
| A D | core.rst | 943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY} 1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
|
Completed in 130 milliseconds