Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Ddes3.c36 typedef struct keysched_s { struct
37 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];
H A Daes.c734 typedef struct keysched_s { struct
735 uint32_t Nr;
736 uint32_t rk_e[60]; /* max round key size */
737 uint32_t rk_d[60]; /* max round key size */
/titanic_41/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. */
/titanic_41/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];