Searched defs:keysched_s (Results 1 – 4 of 4) sorted by relevance
36 typedef struct keysched_s { struct37 uint32_t ksch_encrypt1[16][2];38 uint32_t ksch_encrypt2[16][2];39 uint32_t ksch_encrypt3[16][2];41 uint32_t ksch_decrypt1[16][2];42 uint32_t ksch_decrypt2[16][2];43 uint32_t ksch_decrypt3[16][2];
734 typedef struct keysched_s { struct735 uint32_t Nr;736 uint32_t rk_e[60]; /* max round key size */737 uint32_t rk_d[60]; /* max round key size */
338 typedef struct keysched_s { struct339 uint32_t ksch_S[1024]; /* The 4 S boxes are 256 32-bit words. */340 uint32_t ksch_P[18]; /* P box is 18 32-bit words. */
45 typedef struct keysched_s { struct46 uint64_t ksch_encrypt[16];47 uint64_t ksch_decrypt[16];