Searched defs:keysched_s (Results 1 – 2 of 2) sorted by relevance
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];