Searched refs:do_crypt (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/arm64/crypto/ |
D | aes-cipher-core.S | 84 .macro do_crypt, round, ttab, ltab, bsz macro 126 do_crypt fround, crypto_ft_tab, crypto_ft_tab + 1, 2 131 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-cipher-core.S | 124 .macro do_crypt, round, ttab, ltab, bsz macro 217 do_crypt fround, crypto_ft_tab,, 2 222 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
|
/Linux-v5.4/drivers/crypto/ |
D | geode-aes.c | 45 do_crypt(void *src, void *dst, int len, u32 flags) in do_crypt() function 101 ret = do_crypt(op->src, op->dst, op->len, flags); in geode_aes_crypt()
|
/Linux-v5.4/drivers/md/ |
D | dm-integrity.c | 852 static bool do_crypt(bool encrypt, struct skcipher_request *req, struct journal_completion *comp) in do_crypt() function 907 if (unlikely(do_crypt(encrypt, req, comp))) in crypt_journal() 3422 if (do_crypt(true, req, &comp)) in create_journal() 3491 if (do_crypt(true, req, &comp)) in create_journal()
|