Searched refs:do_crypt (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/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-6.6.21/arch/arm/crypto/ |
D | aes-cipher-core.S | 102 .macro do_crypt, round, ttab, ltab, bsz macro 195 do_crypt fround, crypto_ft_tab,, 2 200 do_crypt iround, crypto_it_tab, crypto_aes_inv_sbox, 0
|
/linux-6.6.21/drivers/crypto/ |
D | geode-aes.c | 47 do_crypt(const void *src, void *dst, u32 len, u32 flags) in do_crypt() function 99 ret = do_crypt(src, dst, len, flags); in geode_aes_crypt()
|
/linux-6.6.21/drivers/md/ |
D | dm-integrity.c | 965 static bool do_crypt(bool encrypt, struct skcipher_request *req, struct journal_completion *comp) in do_crypt() function 1021 if (unlikely(do_crypt(encrypt, req, comp))) in crypt_journal() 3939 if (do_crypt(true, req, &comp)) in create_journal() 4008 if (do_crypt(true, req, &comp)) in create_journal()
|