Searched refs:DECRYPT (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/crypto/ |
D | tcrypt.c | 52 #define DECRYPT 0 macro 2040 test_cipher_speed("ecb(aes)", DECRYPT, sec, NULL, 0, in do_test() 2044 test_cipher_speed("cbc(aes)", DECRYPT, sec, NULL, 0, in do_test() 2048 test_cipher_speed("lrw(aes)", DECRYPT, sec, NULL, 0, in do_test() 2052 test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, in do_test() 2056 test_cipher_speed("cts(cbc(aes))", DECRYPT, sec, NULL, 0, in do_test() 2060 test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, in do_test() 2068 test_cipher_speed("ecb(des3_ede)", DECRYPT, sec, in do_test() 2074 test_cipher_speed("cbc(des3_ede)", DECRYPT, sec, in do_test() 2080 test_cipher_speed("ctr(des3_ede)", DECRYPT, sec, in do_test() [all …]
|
D | testmgr.c | 77 #define DECRYPT 0 macro 1737 err = test_aead(tfm, DECRYPT, desc->suite.aead.dec.vecs, in alg_test_aead() 1761 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher() 1783 err = test_skcipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_skcipher()
|
/Linux-v4.19/drivers/crypto/caam/ |
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() 372 if (ctx->drv_ctx[DECRYPT]) { in gcm_setkey() 373 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in gcm_setkey() 476 if (ctx->drv_ctx[DECRYPT]) { in rfc4106_setkey() 477 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4106_setkey() 580 if (ctx->drv_ctx[DECRYPT]) { in rfc4543_setkey() 581 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in rfc4543_setkey() 650 if (ctx->drv_ctx[DECRYPT]) { in ablkcipher_setkey() 651 ret = caam_drv_ctx_update(ctx->drv_ctx[DECRYPT], in ablkcipher_setkey() [all …]
|
D | qi.h | 64 DECRYPT, enumerator
|
/Linux-v4.19/drivers/crypto/cavium/nitrox/ |
D | nitrox_req.h | 87 #define DECRYPT 1 macro
|
D | nitrox_algs.c | 182 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
|
/Linux-v4.19/fs/ecryptfs/ |
D | crypto.c | 42 #define DECRYPT 0 macro 563 extent_offset, DECRYPT); in ecryptfs_decrypt_page()
|