Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtcrypt.c50 #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 Dtestmgr.c82 #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 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()
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 Dqi.h40 DECRYPT, enumerator
H A Dcaamalg_qi2.h163 DECRYPT, enumerator
/linux/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/tools/testing/selftests/tpm2/
H A Dtpm2.py294 DECRYPT = (1 << 17) variable in Public
551 Public.DECRYPT
/linux/fs/ecryptfs/
H A Dcrypto.c28 #define DECRYPT 0 macro
450 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
/linux/Documentation/security/keys/
H A Dcore.rst943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}