Searched refs:ENCRYPT (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/crypto/ |
D | tcrypt.c | 51 #define ENCRYPT 1 macro 167 if (enc == ENCRYPT) in do_mult_aead_op() 279 if (enc == ENCRYPT) in test_mb_aead_speed() 553 if (enc == ENCRYPT) in test_aead_speed() 1162 if (enc == ENCRYPT) in do_mult_acipher_op() 1262 if (enc == ENCRYPT) in test_mb_skcipher_speed() 1503 if (enc == ENCRYPT) in test_skcipher_speed() 2038 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2042 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 2046 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() [all …]
|
D | testmgr.c | 76 #define ENCRYPT 1 macro 652 if (enc == ENCRYPT) in __test_aead() 1033 if (enc == ENCRYPT) in test_cipher() 1132 if (enc == ENCRYPT) in __test_skcipher() 1730 err = test_aead(tfm, ENCRYPT, desc->suite.aead.enc.vecs, in alg_test_aead() 1759 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher() 1781 err = test_skcipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_skcipher()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamalg_qi.c | 263 if (ctx->drv_ctx[ENCRYPT]) { in aead_setkey() 264 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in aead_setkey() 363 if (ctx->drv_ctx[ENCRYPT]) { in gcm_setkey() 364 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in gcm_setkey() 467 if (ctx->drv_ctx[ENCRYPT]) { in rfc4106_setkey() 468 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in rfc4106_setkey() 571 if (ctx->drv_ctx[ENCRYPT]) { in rfc4543_setkey() 572 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in rfc4543_setkey() 641 if (ctx->drv_ctx[ENCRYPT]) { in ablkcipher_setkey() 642 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in ablkcipher_setkey() [all …]
|
D | qi.h | 63 ENCRYPT, enumerator
|
/Linux-v4.19/drivers/crypto/cavium/nitrox/ |
D | nitrox_req.h | 86 #define ENCRYPT 0 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 | 43 #define ENCRYPT 1 macro 366 rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) : in crypt_scatterlist() 410 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index; in crypt_extent() 490 extent_offset, ENCRYPT); in ecryptfs_encrypt_page()
|
/Linux-v4.19/fs/ext4/ |
D | ext4.h | 511 CHECK_FLAG_VALUE(ENCRYPT); in ext4_check_flag_values() 1755 EXT4_FEATURE_INCOMPAT_FUNCS(encrypt, ENCRYPT) in EXT4_FEATURE_COMPAT_FUNCS()
|
/Linux-v4.19/fs/f2fs/ |
D | f2fs.h | 3378 F2FS_FEATURE_FUNCS(encrypt, ENCRYPT);
|