| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 28 asmlinkage void aesbs_convert_key(u8 out[], u32 const rk[], int rounds); 31 int rounds, int blocks); 33 int rounds, int blocks); 36 int rounds, int blocks, u8 iv[]); 39 int rounds, int blocks, u8 iv[]); 42 int rounds, int blocks, u8 iv[]); 44 int rounds, int blocks, u8 iv[]); 48 int rounds; member 77 ctx->rounds = 6 + key_len / 4; in aesbs_setkey() 80 aesbs_convert_key(ctx->rk, rk->key_enc, ctx->rounds); in aesbs_setkey() [all …]
|
| H A D | aes-neonbs-core.S | 23 rounds .req x11 456 sub rounds, rounds, #1 464 subs rounds, rounds, #1 496 lsl x9, rounds, #7 522 sub rounds, rounds, #1 530 subs rounds, rounds, #1 597 mov rounds, x22 678 mov rounds, x22 767 mov rounds, x3 841 mov rounds, x3
|
| /linux/arch/powerpc/crypto/ |
| H A D | aesp10-ppc.pl | 120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8)); 261 li $rounds,10 335 li $rounds,12 343 li $rounds,14 397 stw $rounds,0($out) 417 slwi $cnt,$rounds,4 419 srwi $rounds,$rounds,1 421 mtctr $rounds 459 my ($inp,$out,$key,$rounds,$idx)=map("r$_",(3..7)); 463 lwz $rounds,240($key) [all …]
|
| /linux/tools/power/cpupower/bench/ |
| H A D | benchmark.c | 37 unsigned int rounds = 0; in calculate_timespace() local 53 rounds = (unsigned int)(load * estimated / timed); in calculate_timespace() 54 dprintf("calibrating with %u rounds\n", rounds); in calculate_timespace() 56 ROUNDS(rounds); in calculate_timespace() 60 estimated = rounds; in calculate_timespace() 91 for (_round = 1; _round <= config->rounds; _round++) in start_benchmark() 95 for (_round = 0; _round < config->rounds; _round++) { in start_benchmark()
|
| H A D | main.c | 126 sscanf(optarg, "%u", &config->rounds); in main() 174 config->rounds, in main()
|
| H A D | README-BENCH | 47 rounds=5 66 This shows expected results of the first two test run rounds from 117 -r, --rounds<int> load/sleep rounds
|
| H A D | example.cfg | 9 rounds = 40
|
| H A D | parse.h | 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */ member
|
| H A D | system.c | 132 for (round = 0; round < config->rounds; round++) { in prepare_user()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | uprobe_syscall.c | 657 unsigned long rounds = 0; in worker_trigger() local 661 rounds++; in worker_trigger() 664 printf("tid %ld trigger rounds: %lu\n", sys_gettid(), rounds); in worker_trigger() 672 unsigned long rounds = 0, offset; in worker_attach() local 704 rounds++; in worker_attach() 707 printf("tid %ld attach rounds: %lu hits: %d\n", sys_gettid(), rounds, skel->bss->executed); in worker_attach()
|
| /linux/lib/crypto/x86/ |
| H A D | sha512-ssse3-asm.S | 151 # Compute rounds t-2 and t-1 154 # Two rounds are computed based on the values for K[t-2]+W[t-2] and 163 # The computation of the message schedule and the rounds are tightly 165 # For clarity, integer instructions (for the rounds calculation) are indented 260 movdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds 305 # (80 rounds) / (2 rounds/iteration) + (1 iteration) 314 movdqa %xmm0, WK_2(t) # Store into WK for rounds
|
| H A D | sha512-avx-asm.S | 156 # Compute rounds t-2 and t-1 159 # Two rounds are computed based on the values for K[t-2]+W[t-2] and 168 # The computation of the message schedule and the rounds are tightly 250 vmovdqa %xmm0, WK_2(idx) # Store W[t]+K[t] for next rounds 306 # (80 rounds) / (2 rounds/iteration) + (1 iteration) 315 vmovdqa %xmm0, WK_2(t) # Store into WK for rounds
|
| H A D | sha256-avx2-asm.S | 115 _XFER_SIZE = 2*64*4 # 2 blocks, 64 rounds, 4 bytes/round 583 ## schedule 48 input dwords, by doing 3 rounds of 12 each 613 ## Do last 16 rounds with no scheduling
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 24 rounds .req ip 507 sub rounds, rounds, #1 521 subs rounds, rounds, #1 551 add bskey, bskey, rounds, lsl #7 576 sub rounds, rounds, #1 590 subs rounds, rounds, #1 643 mov rounds, r3 704 mov rounds, r3 813 mov rounds, r3 988 mov rounds, r3
|
| H A D | aes-ce-core.S | 110 blo 0f @ AES-128: 10 rounds 113 beq 1f @ AES-192: 12 rounds 162 .macro prepare_key, rk, rounds argument 163 add ip, \rk, \rounds, lsl #4
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 45 rounds:4, member 134 ctx->cword.encrypt.rounds = 10 + (key_len - 16) / 4; in aes_set_key() 135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds; in aes_set_key()
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 28 void ppc_encrypt_aes(u8 *out, const u8 *in, const u32 *key_enc, u32 rounds); 29 void ppc_decrypt_aes(u8 *out, const u8 *in, const u32 *key_dec, u32 rounds);
|
| H A D | chacha-p10le-8x.S | 10 # do rounds, 8 quarter rounds
|
| /linux/lib/crypto/arm64/ |
| H A D | sha2-armv8.pl | 85 $rounds=80; 94 $rounds=64; 257 sub $Ktbl,$Ktbl,#`$SZ*($rounds+1)` // rewind 428 sub $Ktbl,$Ktbl,#$rounds*$SZ-16 // rewind
|
| /linux/drivers/iio/chemical/ |
| H A D | sgp40.c | 106 static u32 sgp40_exp(int exp, u32 power, u32 rounds) in sgp40_exp() argument 127 for (i = 1; i <= rounds; i++) { in sgp40_exp()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | psp.py | 72 def _send_careful(cfg, s, rounds): argument 74 for i in range(rounds): 89 return len(data) * rounds
|
| /linux/include/crypto/ |
| H A D | aria.h | 37 int rounds; member
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-crop.rst | 51 rounds to the closest possible values of horizontal and vertical offset,
|
| /linux/crypto/ |
| H A D | Kconfig | 398 The ARIA specifies three key sizes and rounds. 399 128-bit: 12 rounds. 400 192-bit: 14 rounds. 401 256-bit: 16 rounds. 554 many rounds for security. It is very fast and uses 645 XChaCha12 is XChaCha20 reduced to 12 rounds, with correspondingly
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1790 rounds=100 1791 [ "$KSFT_MACHINE_SLOW" = "yes" ] && rounds=10 1796 for i in $(seq 1 $rounds); do
|