Searched refs:ENCRYPT (Results 1 – 14 of 14) sorted by relevance
| /linux/crypto/ |
| A D | tcrypt.c | 46 #define ENCRYPT 1 macro 164 if (enc == ENCRYPT) in do_mult_aead_op() 276 if (enc == ENCRYPT) in test_mb_aead_speed() 557 if (enc == ENCRYPT) in test_aead_speed() 1175 if (enc == ENCRYPT) in do_mult_acipher_op() 1275 if (enc == ENCRYPT) in test_mb_skcipher_speed() 1517 if (enc == ENCRYPT) in test_skcipher_speed() 2255 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test() 2341 ENCRYPT, sec, NULL, 0, in do_test() 2349 test_aead_speed("aegis128", ENCRYPT, sec, in do_test() [all …]
|
| A D | testmgr.c | 83 #define ENCRYPT 1 macro 2449 err = test_aead_vec_cfg(ENCRYPT, &ctx->vec, in test_aead_vs_generic_impl() 2583 err = test_aead(ENCRYPT, suite, req, tsgls); in alg_test_aead() 2615 if (enc == ENCRYPT) in test_cipher() 3067 err = test_skcipher_vec_cfg(ENCRYPT, &vec, vec_name, in test_skcipher_vs_generic_impl() 3151 err = test_skcipher(ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3518 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
|
| /linux/drivers/crypto/caam/ |
| A D | caamalg_qi.c | 258 if (ctx->drv_ctx[ENCRYPT]) { in aead_setkey() 259 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in aead_setkey() 382 if (ctx->drv_ctx[ENCRYPT]) { in gcm_setkey() 383 ret = caam_drv_ctx_update(ctx->drv_ctx[ENCRYPT], in gcm_setkey() 490 if (ctx->drv_ctx[ENCRYPT]) { in rfc4106_setkey() 596 if (ctx->drv_ctx[ENCRYPT]) { in rfc4543_setkey() 643 if (ctx->drv_ctx[ENCRYPT]) { in skcipher_setkey() 764 if (ctx->drv_ctx[ENCRYPT]) { in xts_skcipher_setkey() 848 if (type == ENCRYPT) in get_drv_ctx() 2483 ctx->drv_ctx[ENCRYPT] = NULL; in caam_init_common() [all …]
|
| A D | qi.h | 37 ENCRYPT, enumerator
|
| A D | caamalg_qi2.h | 164 ENCRYPT = 0, enumerator
|
| A D | caamalg_qi2.c | 235 flc = &ctx->flc[ENCRYPT]; in aead_set_sh_desc() 599 flc = &ctx->flc[ENCRYPT]; in chachapoly_set_sh_desc() 674 flc = &ctx->flc[ENCRYPT]; in gcm_set_sh_desc() 767 flc = &ctx->flc[ENCRYPT]; in rfc4106_set_sh_desc() 868 flc = &ctx->flc[ENCRYPT]; in rfc4543_set_sh_desc() 961 flc = &ctx->flc[ENCRYPT]; in skcipher_setkey() 1089 flc = &ctx->flc[ENCRYPT]; in xts_skcipher_setkey() 1336 caam_req->flc = &ctx->flc[ENCRYPT]; in aead_encrypt() 1337 caam_req->flc_dma = ctx->flc_dma[ENCRYPT]; in aead_encrypt() 1508 caam_req->flc = &ctx->flc[ENCRYPT]; in skcipher_encrypt() [all …]
|
| /linux/drivers/crypto/cavium/nitrox/ |
| A D | nitrox_skcipher.c | 92 if (nkreq->creq.ctrl.s.arg == ENCRYPT) { in nitrox_cbc_cipher_callback() 264 creq->ctrl.s.arg = (enc ? ENCRYPT : DECRYPT); in nitrox_skcipher_crypt()
|
| A D | nitrox_aead.c | 237 rctx->ctrl_arg = ENCRYPT; in nitrox_aes_gcm_enc() 457 aead_rctx->ctrl_arg = ENCRYPT; in nitrox_rfc4106_enc()
|
| A D | nitrox_req.h | 85 #define ENCRYPT 0 macro
|
| /linux/fs/ecryptfs/ |
| A D | crypto.c | 30 #define ENCRYPT 1 macro 335 rc = op == ENCRYPT ? crypto_skcipher_encrypt(req) : in crypt_scatterlist() 379 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index; in crypt_extent() 459 extent_offset, ENCRYPT); in ecryptfs_encrypt_page()
|
| /linux/fs/f2fs/ |
| A D | sysfs.c | 928 F2FS_SB_FEATURE_RO_ATTR(encryption, ENCRYPT);
|
| A D | f2fs.h | 4200 F2FS_FEATURE_FUNCS(encrypt, ENCRYPT);
|
| /linux/fs/ext4/ |
| A D | ext4.h | 579 CHECK_FLAG_VALUE(ENCRYPT); in ext4_check_flag_values() 2133 EXT4_FEATURE_INCOMPAT_FUNCS(encrypt, ENCRYPT) in EXT4_FEATURE_COMPAT_FUNCS()
|
| /linux/Documentation/security/keys/ |
| A D | core.rst | 943 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY} 1777 KEYCTL_SUPPORTS_{ENCRYPT,DECRYPT,SIGN,VERIFY}
|
Completed in 73 milliseconds