aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/bitsliced-aes/one_file/reduce/bitsliced-aes_compute.c
blob: 5294ff1d3e1c78120eb0c34fad4389ef6b8e2054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#include <stdint.h>
#include <string.h>
int i[1];
int j, bs_transpose_dst_k, k, s, o;
void a(int (*)[], uint8_t *);
void b(uint8_t c, uint8_t d, size_t e, uint8_t f, uint8_t g) {
  int l[1];
  a(l, f);
}
void a(int (*l)[], uint8_t *m) {
  for (; o < 76; o += 8) {
    {
      int *n = i;
      bs_transpose_dst_k = 0;
      for (; bs_transpose_dst_k < 64; bs_transpose_dst_k++) {
        j = 0;
        for (; j < 64; j++) {
          k = &s;
          n[j] = k & 1;
        }
      }
    }
  }
}
void aes_ecb_test() {}
void aes_ctr_test() {
  uint8_t p = "";
  uint8_t q = "";
  uint8_t r = "";
  uint8_t output[4];
  b(output, r, 4, p, q);
}