| /linux/crypto/ |
| H A D | tcrypt.c | 50 #define DECRYPT 0 macro 1844 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 1848 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 1852 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 1856 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test() 1860 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test() 1864 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test() 1872 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() 1878 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test() 1884 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test() [all …]
|
| H A D | testmgr.c | 82 #define DECRYPT 0 macro 2471 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_inauthentic_inputs() 2575 err = test_aead_vec_cfg(DECRYPT, &ctx->vec, in test_aead_vs_generic_impl() 2701 err = test_aead(DECRYPT, suite, req, tsgls); in alg_test_aead() 3180 err = test_skcipher_vec_cfg(DECRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl() 3258 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher() 3457 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()
|
| /linux/drivers/crypto/caam/ |
| H 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() 611 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4543_setkey() 657 if (ctx->drv_ctx[DECRYPT]) { in skcipher_setkey() 658 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in skcipher_setkey() [all …]
|
| H A D | qi.h | 40 DECRYPT, enumerator
|
| H A D | caamalg_qi2.h | 163 DECRYPT, enumerator
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H 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()
|
| H A D | nitrox_req.h | 86 #define DECRYPT 1 macro
|
| H A D | nitrox_skcipher.c | 264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
|
| /linux/tools/testing/selftests/tpm2/ |
| H A D | tpm2.py | 294 DECRYPT = (1 << 17) variable in Public 551 Public.DECRYPT
|
| /linux/fs/ecryptfs/ |
| H A D | crypto.c | 28 #define DECRYPT 0 macro 450 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY} 1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
|