Lines Matching refs:ks1
36 DES_key_schedule *ks1, DES_key_schedule *ks2, int enc);
38 DES_key_schedule *ks1, DES_key_schedule *ks2,
65 long length, DES_key_schedule *ks1,
68 long length, DES_key_schedule *ks1,
72 long length, DES_key_schedule *ks1,
76 long length, DES_key_schedule *ks1,
80 long length, DES_key_schedule *ks1,
84 long length, DES_key_schedule *ks1,
154 the input with I<ks1>, decrypting with the key schedule I<ks2>, and
156 of brute force breaking of DES and has the advantage of if I<ks1>,
158 using ECB mode and I<ks1> as the key.
161 encryption by using I<ks1> for the final encryption.
180 C<C=E(ks3,D(ks2,E(ks1,M)))>. This mode is used by SSL.
183 reusing I<ks1> for the final encryption. C<C=E(ks1,D(ks2,E(ks1,M)))>.