Home
last modified time | relevance | path

Searched defs:nrounds (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/lib/crypto/
H A Dchacha.c16 static void chacha_permute(u32 *x, int nrounds) in chacha_permute()
76 void chacha_block_generic(u32 *state, u8 *stream, int nrounds) in chacha_block_generic()
103 void hchacha_block_generic(const u32 *state, u32 *stream, int nrounds) in hchacha_block_generic()
H A Dlibchacha.c16 unsigned int bytes, int nrounds) in chacha_crypt_generic()
/openbmc/linux/arch/arm64/crypto/
H A Dchacha-neon-glue.c43 int bytes, int nrounds) in chacha_doneon()
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
84 int nrounds) in chacha_crypt_arch()
H A Dghash-ce-glue.c339 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() local
403 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt() local
/openbmc/linux/arch/x86/crypto/
H A Dchacha_glue.c49 unsigned int bytes, int nrounds) in chacha_dosimd()
124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
143 int nrounds) in chacha_crypt_arch()
/openbmc/linux/arch/arm/crypto/
H A Dchacha-scalar-core.S132 .macro _chacha_permute nrounds argument
140 .macro _chacha nrounds argument
H A Dchacha-glue.c41 unsigned int bytes, int nrounds) in chacha_doneon()
67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
86 int nrounds) in chacha_crypt_arch()
/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10-glue.c38 unsigned int bytes, int nrounds) in chacha_p10_do_8x()
54 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
67 int nrounds) in chacha_crypt_arch()
/openbmc/linux/include/crypto/internal/
H A Dchacha.h12 int nrounds; member
16 unsigned int keysize, int nrounds) in chacha_setkey()
/openbmc/linux/arch/s390/crypto/
H A Dchacha-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
79 unsigned int bytes, int nrounds) in chacha_crypt_arch()
/openbmc/linux/include/crypto/
H A Dchacha.h42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block()
97 unsigned int bytes, int nrounds) in chacha_crypt()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c468 int nrounds; in qat_alg_xts_reverse_key() local