Searched refs:ENCRYPT (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/crypto/ |
D | tcrypt.c | 48 #define ENCRYPT 1 macro 332 if (enc == ENCRYPT) in test_aead_speed() 469 if (enc == ENCRYPT) in test_cipher_speed() 1122 if (enc == ENCRYPT) in test_acipher_speed() 1602 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, in do_test() 1606 test_cipher_speed("cbc(aes)", ENCRYPT, sec, NULL, 0, in do_test() 1610 test_cipher_speed("lrw(aes)", ENCRYPT, sec, NULL, 0, in do_test() 1614 test_cipher_speed("xts(aes)", ENCRYPT, sec, NULL, 0, in do_test() 1618 test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, in do_test() 1625 test_cipher_speed("ecb(des3_ede)", ENCRYPT, sec, in do_test() [all …]
|
D | testmgr.c | 70 #define ENCRYPT 1 macro 474 if (enc == ENCRYPT) in __test_aead() 864 if (enc == ENCRYPT) in test_cipher() 956 if (enc == ENCRYPT) in __test_skcipher() 1548 err = test_aead(tfm, ENCRYPT, desc->suite.aead.enc.vecs, in alg_test_aead() 1577 err = test_cipher(tfm, ENCRYPT, desc->suite.cipher.enc.vecs, in alg_test_cipher() 1606 err = test_skcipher(tfm, ENCRYPT, desc->suite.cipher.enc.vecs, in alg_test_skcipher()
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 41 #define ENCRYPT 1 macro 387 rc = op == ENCRYPT ? crypto_ablkcipher_encrypt(req) : in crypt_scatterlist() 431 pgoff_t page_index = op == ENCRYPT ? src_page->index : dst_page->index; in crypt_extent() 511 extent_offset, ENCRYPT); in ecryptfs_encrypt_page()
|
/linux-4.4.14/fs/ext4/ |
D | ext4.h | 469 CHECK_FLAG_VALUE(ENCRYPT); in ext4_check_flag_values() 1752 EXT4_FEATURE_INCOMPAT_FUNCS(encrypt, ENCRYPT) in EXT4_FEATURE_COMPAT_FUNCS()
|