Lines Matching refs:ks3
82 DES_key_schedule ks3;/* key schedule (for ede3) */ member
96 &data(ctx)->ks3, in des_ede_ecb_cipher()
107 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
115 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_ofb_cipher()
138 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
146 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cbc_cipher()
157 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
165 &data(ctx)->ks1, &data(ctx)->ks2, &data(ctx)->ks3, in des_ede_cfb64_cipher()
182 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3, in des_ede3_cfb1_cipher()
197 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3, in des_ede3_cfb8_cipher()
205 &data(ctx)->ks1,&data(ctx)->ks2,&data(ctx)->ks3, in des_ede3_cfb8_cipher()
251 memcpy(&data(ctx)->ks3,&data(ctx)->ks1, in des_ede_init_key()
274 || DES_set_key_checked(&deskey[2],&data(ctx)->ks3)) in des_ede3_init_key()
279 DES_set_key_unchecked(&deskey[2],&data(ctx)->ks3); in des_ede3_init_key()