Searched refs:do_crypt (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-cipher-core.S | 87 .macro do_crypt, round, ttab, ltab, bsz macro 129 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2 134 do_crypt iround, crypto_it_tab, __aes_arm64_inverse_sbox, 0
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-cipher-core.S | 118 .macro do_crypt, round, ttab, ltab, bsz macro 178 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2 183 do_crypt iround, crypto_it_tab, __aes_arm_inverse_sbox, 0
|
/Linux-v4.19/drivers/crypto/ |
D | geode-aes.c | 49 do_crypt(void *src, void *dst, int len, u32 flags) in do_crypt() function 105 ret = do_crypt(op->src, op->dst, op->len, flags); in geode_aes_crypt()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 676 static bool do_crypt(bool encrypt, struct skcipher_request *req, struct journal_completion *comp) in do_crypt() function 731 if (unlikely(do_crypt(encrypt, req, comp))) in crypt_journal() 2925 if (do_crypt(true, req, &comp)) in create_journal() 2994 if (do_crypt(true, req, &comp)) in create_journal()
|