Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.c345 int nrounds = num_rounds(&ctx->aes_key); in gcm_encrypt() local
459 int nrounds = num_rounds(&ctx->aes_key); in gcm_decrypt() local
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dchacha-scalar-core.S149 .macro _chacha_permute nrounds argument
157 .macro _chacha nrounds argument
H A Dchacha-glue.c41 unsigned int bytes, int nrounds) in chacha_doneon()
66 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
85 int nrounds) in chacha_crypt_arch()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dchacha.h12 int nrounds; member
16 unsigned int keysize, int nrounds) in chacha_setkey()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Daes_impl.c788 int nrounds = 0; in rijndaelSetupDecrypt() local
838 void rijndaelEncrypt(const u32 *rk, int nrounds, const u8 plaintext[16], in rijndaelEncrypt()
1044 void rijndaelDecrypt(const u32 *rk, int nrounds, const u8 ciphertext[16], in rijndaelDecrypt()
/OK3568_Linux_fs/kernel/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()