Data Fields | |
| uint8_t | o_ck [8] |
| uint8_t | e_ck [8] |
| uint8_t | o_kk [57] |
| uint8_t | e_kk [57] |
| int | A [11] |
| int | B [11] |
| int | X |
| int | Y |
| int | Z |
| int | D |
| int | E |
| int | F |
| int | p |
| int | q |
| int | r |
| bool | use_odd |
| uint8_t csa_t::o_ck[8] |
Referenced by __csa_decrypt(), __csa_encrypt(), and __csa_SetCW().
| uint8_t csa_t::e_ck[8] |
Referenced by __csa_decrypt(), __csa_encrypt(), and __csa_SetCW().
| uint8_t csa_t::o_kk[57] |
Referenced by __csa_decrypt(), __csa_encrypt(), and __csa_SetCW().
| uint8_t csa_t::e_kk[57] |
Referenced by __csa_decrypt(), __csa_encrypt(), and __csa_SetCW().
| int csa_t::A[11] |
Referenced by csa_StreamCypher().
| int csa_t::B[11] |
Referenced by csa_StreamCypher().
| int csa_t::X |
Referenced by csa_StreamCypher().
| int csa_t::Y |
Referenced by csa_StreamCypher().
| int csa_t::Z |
Referenced by csa_StreamCypher().
| int csa_t::D |
Referenced by csa_StreamCypher().
| int csa_t::E |
Referenced by csa_StreamCypher().
| int csa_t::F |
Referenced by csa_StreamCypher().
| int csa_t::p |
Referenced by csa_StreamCypher().
| int csa_t::q |
Referenced by csa_StreamCypher().
| int csa_t::r |
Referenced by csa_StreamCypher().
| bool csa_t::use_odd |
Referenced by __csa_encrypt(), and __csa_UseKey().
1.5.6