Symbol: ks1
crypto/krb5/src/lib/crypto/builtin/des/d3_aead.c
33
const mit_des_key_schedule ks1,
crypto/krb5/src/lib/crypto/builtin/des/d3_aead.c
45
kp1 = (const unsigned DES_INT32 *)ks1;
crypto/krb5/src/lib/crypto/builtin/des/d3_aead.c
78
const mit_des_key_schedule ks1,
crypto/krb5/src/lib/crypto/builtin/des/d3_aead.c
92
kp1 = (const unsigned DES_INT32 *)ks1;
crypto/krb5/src/lib/crypto/builtin/des/des_int.h
228
const mit_des_key_schedule ks1,
crypto/krb5/src/lib/crypto/builtin/des/des_int.h
235
const mit_des_key_schedule ks1,
crypto/openssl/crypto/des/cfb64ede.c
113
DES_encrypt3(ti, ks1, ks2, ks3);
crypto/openssl/crypto/des/cfb64ede.c
154
DES_encrypt3(ti, ks1, ks2, ks3);
crypto/openssl/crypto/des/cfb64ede.c
25
long length, DES_key_schedule *ks1,
crypto/openssl/crypto/des/cfb64ede.c
44
DES_encrypt3(ti, ks1, ks2, ks3);
crypto/openssl/crypto/des/cfb64ede.c
66
DES_encrypt3(ti, ks1, ks2, ks3);
crypto/openssl/crypto/des/cfb64ede.c
92
int numbits, long length, DES_key_schedule *ks1,
crypto/openssl/crypto/des/des_enc.c
155
void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
crypto/openssl/crypto/des/des_enc.c
165
DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT);
crypto/openssl/crypto/des/des_enc.c
175
void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
crypto/openssl/crypto/des/des_enc.c
187
DES_encrypt2((DES_LONG *)data, ks1, DES_DECRYPT);
crypto/openssl/crypto/des/des_enc.c
203
long length, DES_key_schedule *ks1,
crypto/openssl/crypto/des/des_enc.c
230
DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3);
crypto/openssl/crypto/des/des_enc.c
244
DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3);
crypto/openssl/crypto/des/des_enc.c
268
DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3);
crypto/openssl/crypto/des/des_enc.c
288
DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3);
crypto/openssl/crypto/des/ecb3_enc.c
19
DES_key_schedule *ks1, DES_key_schedule *ks2,
crypto/openssl/crypto/des/ecb3_enc.c
32
DES_encrypt3(ll, ks1, ks2, ks3);
crypto/openssl/crypto/des/ecb3_enc.c
34
DES_decrypt3(ll, ks1, ks2, ks3);
crypto/openssl/crypto/evp/e_aes.c
298
aesni_set_encrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
302
aesni_set_decrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
310
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3206
if (xctx->xts.key1 != &xctx->ks1)
crypto/openssl/crypto/evp/e_aes.c
3208
xctx_out->xts.key1 = &xctx_out->ks1;
crypto/openssl/crypto/evp/e_aes.c
3274
HWAES_set_encrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3280
HWAES_set_decrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3290
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3302
vpaes_set_encrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3305
vpaes_set_decrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3312
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
3319
AES_set_encrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3322
AES_set_decrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
3329
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_aes.c
66
} ks1, ks2; /* AES key schedules to use */
crypto/openssl/crypto/evp/e_aes.c
666
aes_t4_set_encrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
679
aes_t4_set_decrypt_key(key, bits, &xctx->ks1.ks);
crypto/openssl/crypto/evp/e_aes.c
696
xctx->xts.key1 = &xctx->ks1;
crypto/openssl/crypto/evp/e_des3.c
120
&dat->ks1, &dat->ks2, &dat->ks3,
crypto/openssl/crypto/evp/e_des3.c
129
&dat->ks1, &dat->ks2, &dat->ks3,
crypto/openssl/crypto/evp/e_des3.c
141
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
152
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
176
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
191
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
200
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
237
des_t4_key_expand(&deskey[0], &dat->ks1);
crypto/openssl/crypto/evp/e_des3.c
239
memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1));
crypto/openssl/crypto/evp/e_des3.c
245
DES_set_key_unchecked(&deskey[0], &dat->ks1);
crypto/openssl/crypto/evp/e_des3.c
247
memcpy(&dat->ks3, &dat->ks1, sizeof(dat->ks1));
crypto/openssl/crypto/evp/e_des3.c
263
des_t4_key_expand(&deskey[0], &dat->ks1);
crypto/openssl/crypto/evp/e_des3.c
271
DES_set_key_unchecked(&deskey[0], &dat->ks1);
crypto/openssl/crypto/evp/e_des3.c
75
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
86
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/crypto/evp/e_des3.c
98
&data(ctx)->ks1, &data(ctx)->ks2,
crypto/openssl/include/openssl/des.h
136
void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, DES_key_schedule *ks2,
crypto/openssl/include/openssl/des.h
139
void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, DES_key_schedule *ks2,
crypto/openssl/include/openssl/des.h
143
long length, DES_key_schedule *ks1,
crypto/openssl/include/openssl/des.h
148
long length, DES_key_schedule *ks1,
crypto/openssl/include/openssl/des.h
153
int numbits, long length, DES_key_schedule *ks1,
crypto/openssl/include/openssl/des.h
158
long length, DES_key_schedule *ks1,
crypto/openssl/include/openssl/des.h
79
DES_key_schedule *ks1, DES_key_schedule *ks2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
162
if (in->xts.key1 != &in->ks1)
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
38
} ks1, ks2; /* AES key schedules to use */
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
26
fn_set_enc_key(key, bits, &xctx->ks1.ks); \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
29
fn_set_dec_key(key, bits, &xctx->ks1.ks); \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
34
xctx->xts.key1 = &xctx->ks1; \
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
97
dctx->xts.key1 = &dctx->ks1.ks;
crypto/openssl/providers/implementations/ciphers/cipher_desx_hw.c
33
DES_set_key_unchecked(deskey, &tctx->ks1);
crypto/openssl/providers/implementations/ciphers/cipher_desx_hw.c
56
DES_xcbc_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1,
crypto/openssl/providers/implementations/ciphers/cipher_desx_hw.c
64
DES_xcbc_encrypt(in, out, (long)inl, &tctx->ks1,
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
107
if (in->xts.key1 != &in->ks1)
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.h
27
} ks1, ks2;
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
19
fn_set_enc_key(key, &xctx->ks1.ks); \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
22
fn_set_dec_key(key, &xctx->ks1.ks); \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
27
xctx->xts.key1 = &xctx->ks1; \
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts_hw.c
82
dctx->xts.key1 = &dctx->ks1.ks;
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
109
&tctx->ks1, &tctx->ks2, &tctx->ks3,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
125
&tctx->ks1, &tctx->ks2, &tctx->ks3,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
133
&tctx->ks1, &tctx->ks2, &tctx->ks3,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
33
des_t4_key_expand(&deskey[0], &tctx->ks1);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
35
memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1));
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
41
DES_set_key_unchecked(&deskey[0], &tctx->ks1);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
43
memcpy(&tctx->ks3, &tctx->ks1, sizeof(tctx->ks1));
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
54
DES_ede3_ofb64_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, &tctx->ks2,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
61
DES_ede3_ofb64_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
77
&tctx->ks1, &tctx->ks2, &tctx->ks3,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
85
&tctx->ks1, &tctx->ks2, &tctx->ks3,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
33
des_t4_key_expand(&deskey[0], &tctx->ks1);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
41
DES_set_key_unchecked(&deskey[0], &tctx->ks1);
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
68
DES_ede3_cbc_encrypt(in, out, (long)MAXCHUNK, &tctx->ks1, &tctx->ks2,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
75
DES_ede3_cbc_encrypt(in, out, (long)inl, &tctx->ks1, &tctx->ks2,
crypto/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
91
&tctx->ks1, &tctx->ks2, &tctx->ks3, ctx->enc);
sys/crypto/des/des_ecb.c
114
des_key_schedule ks1, des_key_schedule ks2, des_key_schedule ks3,
sys/crypto/des/des_ecb.c
128
des_encrypt3(ll,ks1,ks2,ks3);
sys/crypto/des/des_ecb.c
130
des_decrypt3(ll,ks1,ks2,ks3);
sys/crypto/des/des_enc.c
256
void des_encrypt3(DES_LONG *data, des_key_schedule ks1, des_key_schedule ks2,
sys/crypto/des/des_enc.c
266
des_encrypt2((DES_LONG *)data,ks1,DES_ENCRYPT);
sys/crypto/des/des_enc.c
276
void des_decrypt3(DES_LONG *data, des_key_schedule ks1, des_key_schedule ks2,
sys/crypto/des/des_enc.c
288
des_encrypt2((DES_LONG *)data,ks1,DES_DECRYPT);
usr.bin/sort/coll.h
173
int key_coll(struct keys_array *ks1, struct keys_array *ks2, size_t offset);