Home
last modified time | relevance | path

Searched defs:keysched_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c338 typedef struct keysched_s { struct
339 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. */
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c45 typedef struct keysched_s { struct
46 uint64_t ksch_encrypt[16];
47 uint64_t ksch_decrypt[16];