Searched defs:nrounds (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | chacha.c | 16 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 D | libchacha.c | 16 unsigned int bytes, int nrounds) in chacha_crypt_generic()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | chacha-neon-glue.c | 43 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 D | ghash-ce-glue.c | 345 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 D | chacha_glue.c | 49 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 D | chacha-scalar-core.S | 149 .macro _chacha_permute nrounds argument 157 .macro _chacha nrounds argument
|
| H A D | chacha-glue.c | 41 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 D | chacha.h | 12 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 D | aes_impl.c | 788 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 D | chacha.h | 42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() 97 unsigned int bytes, int nrounds) in chacha_crypt()
|