Lines Matching refs:ks1
30 # define ks1 ks.ks[0] macro
71 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_ecb_cipher()
82 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_ofb_cipher()
94 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_ofb_cipher()
116 &dat->ks1, &dat->ks2, &dat->ks3, in des_ede_cbc_cipher()
125 &dat->ks1, &dat->ks2, &dat->ks3, in des_ede_cbc_cipher()
137 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_cfb64_cipher()
149 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede_cfb64_cipher()
173 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede3_cfb1_cipher()
189 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede3_cfb8_cipher()
199 &data(ctx)->ks1, &data(ctx)->ks2, in des_ede3_cfb8_cipher()
237 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede_init_key()
239 memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1)); in des_ede_init_key()
246 DES_set_key_unchecked(&deskey[0], &dat->ks1); in des_ede_init_key()
248 memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1)); in des_ede_init_key()
264 des_t4_key_expand(&deskey[0], &dat->ks1); in des_ede3_init_key()
273 DES_set_key_unchecked(&deskey[0], &dat->ks1); in des_ede3_init_key()