| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | aes-glue.c | 183 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local 203 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local 224 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local 253 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local 281 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local 338 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local 411 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() local 433 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() local 455 int err, rounds = 6 + ctx->key_length / 4; in xctr_encrypt() local 501 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local [all …]
|
| D | aes-cipher-glue.c | 18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() local 26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt() local
|
| D | aes-neonbs-glue.c | 60 int rounds; member 96 int rounds, int blocks)) in __ecb_crypt() 278 int rounds, int blocks, u8 iv[])) in __xts_crypt()
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | aes-glue.c | 177 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() local 197 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() local 218 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() local 247 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() local 275 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() local 332 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() local 405 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() local 427 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() local 449 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() local 511 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() local [all …]
|
| D | aes-cipher-glue.c | 18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() local 26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt() local
|
| D | aes-neonbs-glue.c | 58 int rounds; member 99 int rounds, int blocks)) in __ecb_crypt() 320 int rounds, int blocks, u8 iv[])) in __xts_crypt()
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | aes-cipher-glue.c | 19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() local 27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt() local
|
| D | aes-neonbs-glue.c | 45 int rounds; member 87 int rounds, int blocks)) in __ecb_crypt() 343 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | aes-cipher-glue.c | 19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() local 27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt() local
|
| D | aes-neonbs-glue.c | 48 int rounds; member 90 int rounds, int blocks)) in __ecb_crypt() 339 int rounds, int blocks, u8 iv[], int)) in __xts_crypt()
|
| /kernel/linux/linux-5.10/lib/crypto/ |
| D | aes.c | 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
| /kernel/linux/linux-6.6/lib/crypto/ |
| D | aes.c | 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() local 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt() local
|
| /kernel/linux/linux-6.6/drivers/crypto/vmx/ |
| D | aesp8-ppc.h | 7 int rounds; member
|
| /kernel/linux/linux-5.10/drivers/crypto/vmx/ |
| D | aesp8-ppc.h | 7 int rounds; member
|
| /kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
| D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local
|
| D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
| /kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
| D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local
|
| D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | hashes.c | 24 #define TEACORE(rounds) \ argument
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member
|
| /kernel/linux/linux-6.6/arch/powerpc/crypto/ |
| D | aes-spe-glue.c | 44 u32 rounds; member 51 u32 rounds; member
|
| /kernel/linux/linux-6.6/arch/sparc/crypto/ |
| D | sha512_glue.c | 42 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|
| D | sha1_glue.c | 42 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE; in __sha1_sparc64_update() local
|
| /kernel/linux/linux-5.10/arch/sparc/crypto/ |
| D | sha512_glue.c | 73 const unsigned int rounds = (len - done) / SHA512_BLOCK_SIZE; in __sha512_sparc64_update() local
|