/third_party/openssl/crypto/evp/ |
D | e_des3.c | 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() [all …]
|
D | e_aes.c | 54 } ks1, ks2; /* AES key schedules to use */ member 408 &xctx->ks1.ks); in aesni_xts_init_key() 413 &xctx->ks1.ks); in aesni_xts_init_key() 423 xctx->xts.key1 = &xctx->ks1; in aesni_xts_init_key() 828 aes_t4_set_encrypt_key(key, bits, &xctx->ks1.ks); in aes_t4_xts_init_key() 842 &xctx->ks1.ks); in aes_t4_xts_init_key() 861 xctx->xts.key1 = &xctx->ks1; in aes_t4_xts_init_key() 3330 if (xctx->xts.key1 != &xctx->ks1) in aes_xts_ctrl() 3332 xctx_out->xts.key1 = &xctx_out->ks1; in aes_xts_ctrl() 3393 &xctx->ks1.ks); in aes_xts_init_key() [all …]
|
/third_party/openssl/include/openssl/ |
D | des.h | 71 DES_key_schedule *ks1, DES_key_schedule *ks2, 115 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, 117 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, 121 DES_key_schedule *ks1, DES_key_schedule *ks2, 124 long length, DES_key_schedule *ks1, 128 int numbits, long length, DES_key_schedule *ks1, 132 long length, DES_key_schedule *ks1,
|
/third_party/openssl/crypto/des/ |
D | des_enc.c | 149 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_encrypt3() argument 159 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT); in DES_encrypt3() 169 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_decrypt3() argument 181 DES_encrypt2((DES_LONG *)data, ks1, DES_DECRYPT); in DES_decrypt3() 195 long length, DES_key_schedule *ks1, in DES_ede3_cbc_encrypt() argument 222 DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() 236 DES_encrypt3((DES_LONG *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() 260 DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt() 280 DES_decrypt3((DES_LONG *)tin, ks1, ks2, ks3); in DES_ede3_cbc_encrypt()
|
D | cfb64ede.c | 19 long length, DES_key_schedule *ks1, in DES_ede3_cfb64_encrypt() argument 38 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt() 60 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb64_encrypt() 86 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt() argument 107 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb_encrypt() 148 DES_encrypt3(ti, ks1, ks2, ks3); in DES_ede3_cfb_encrypt()
|
D | ecb3_enc.c | 13 DES_key_schedule *ks1, DES_key_schedule *ks2, in DES_ecb3_encrypt() argument 26 DES_encrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt() 28 DES_decrypt3(ll, ks1, ks2, ks3); in DES_ecb3_encrypt()
|
/third_party/openssl/doc/man3/ |
D | DES_random_key.pod | 32 DES_key_schedule *ks1, DES_key_schedule *ks2, int enc); 34 DES_key_schedule *ks1, DES_key_schedule *ks2, 61 long length, DES_key_schedule *ks1, 64 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, 149 the input with I<ks1>, decrypting with the key schedule I<ks2>, and 151 of brute force breaking of DES and has the advantage of if I<ks1>, [all …]
|
/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 620 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1284 ! void DES_encrypt3(data, ks1, ks2, ks3) 1329 ! void DES_decrypt3(data, ks1, ks2, ks3) 1360 add in1, 120, in4 ! preload ks1 1442 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1566 ! void DES_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, enc) 1622 call .des_enc ! ks1 in3 1644 ! parameter 5 1: load ks1/ks2 to in3/in4, add 120 to in4 1728 call .des_dec ! ks1 in4
|