Home
last modified time | relevance | path

Searched defs:nrounds (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/lib/crypto/
H A Dlibchacha.c15 chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_generic() argument
H A Dchacha.c16 static void chacha_permute(u32 *x, int nrounds) in chacha_permute() argument
76 void chacha_block_generic(u32 *state, u8 *stream, int nrounds) in chacha_block_generic() argument
103 void hchacha_block_generic(const u32 *state, u32 *stream, int nrounds) in hchacha_block_generic() argument
[all...]
/kernel/linux/linux-6.6/lib/crypto/
H A Dlibchacha.c15 chacha_crypt_generic(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_generic() argument
H A Dchacha.c16 static void chacha_permute(u32 *x, int nrounds) in chacha_permute() argument
76 void chacha_block_generic(u32 *state, u8 *stream, int nrounds) in chacha_block_generic() argument
103 void hchacha_block_generic(const u32 *state, u32 *stream, int nrounds) in hchacha_block_generic() argument
[all...]
/kernel/linux/linux-5.10/include/crypto/internal/
H A Dchacha.h12 int nrounds; member
15 chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keysize, int nrounds) chacha_setkey() argument
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dchacha.h12 int nrounds; member
15 chacha_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keysize, int nrounds) chacha_setkey() argument
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dchacha-neon-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
42 chacha_doneon(u32 *state, u8 *dst, const u8 *src, int bytes, int nrounds) chacha_doneon() argument
83 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
H A Dghash-ce-glue.c345 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() local
459 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt() local
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dchacha-neon-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
42 chacha_doneon(u32 *state, u8 *dst, const u8 *src, int bytes, int nrounds) chacha_doneon() argument
83 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
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
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dchacha-glue.c65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
78 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
/kernel/linux/linux-5.10/include/crypto/
H A Dchacha.h42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() argument
96 chacha_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt() argument
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dchacha.h42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() argument
96 chacha_crypt(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dchacha-glue.c66 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
40 chacha_doneon(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_doneon() argument
84 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha_glue.c48 chacha_dosimd(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_dosimd() argument
124 hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) hchacha_block_arch() argument
142 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dchacha-p10-glue.c54 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
37 chacha_p10_do_8x(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_p10_do_8x() argument
66 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dchacha-glue.c67 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
40 chacha_doneon(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_doneon() argument
85 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha_glue.c48 chacha_dosimd(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_dosimd() argument
124 hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) hchacha_block_arch() argument
142 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c468 int nrounds; in qat_alg_xts_reverse_key() local

Completed in 9 milliseconds