/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 50 } DES_key_schedule; typedef 53 # define DES_SCHEDULE_SZ (sizeof(DES_key_schedule)) 79 DES_key_schedule *ks1, DES_key_schedule *ks2, 80 DES_key_schedule *ks3, int enc); 83 long length, DES_key_schedule *schedule, 90 long length, DES_key_schedule *schedule, DES_cblock *ivec, 94 long length, DES_key_schedule *schedule, DES_cblock *ivec, 98 long length, DES_key_schedule *schedule, DES_cblock *ivec, 102 long length, DES_key_schedule *schedul [all...] |
/third_party/openssl/include/openssl/ |
H A D | des.h | 50 } DES_key_schedule; typedef 53 # define DES_SCHEDULE_SZ (sizeof(DES_key_schedule)) 79 DES_key_schedule *ks1, DES_key_schedule *ks2, 80 DES_key_schedule *ks3, int enc); 83 long length, DES_key_schedule *schedule, 90 long length, DES_key_schedule *schedule, DES_cblock *ivec, 94 long length, DES_key_schedule *schedule, DES_cblock *ivec, 98 long length, DES_key_schedule *schedule, DES_cblock *ivec, 102 long length, DES_key_schedule *schedul [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 43 } DES_key_schedule; typedef 46 # define DES_SCHEDULE_SZ (sizeof(DES_key_schedule)) 71 DES_key_schedule *ks1, DES_key_schedule *ks2, 72 DES_key_schedule *ks3, int enc); 74 long length, DES_key_schedule *schedule, 78 long length, DES_key_schedule *schedule, 81 long length, DES_key_schedule *schedule, 84 long length, DES_key_schedule *schedule, 88 long length, DES_key_schedule *schedul [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | des_platform.h | 22 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 24 const DES_key_schedule ks[3], unsigned char iv[8]); 26 const DES_key_schedule ks[3], unsigned char iv[8]); 28 const DES_key_schedule *ks, unsigned char iv[8]); 30 const DES_key_schedule *ks, unsigned char iv[8]);
|
/third_party/openssl/include/crypto/ |
H A D | des_platform.h | 22 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 24 const DES_key_schedule ks[3], unsigned char iv[8]); 26 const DES_key_schedule ks[3], unsigned char iv[8]); 28 const DES_key_schedule *ks, unsigned char iv[8]); 30 const DES_key_schedule *ks, unsigned char iv[8]);
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | des_enc.c | 20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1() 91 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2() 155 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_encrypt3() 156 DES_key_schedule *ks2, DES_key_schedule *ks3) in DES_encrypt3() 175 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_decrypt3() 176 DES_key_schedule *ks2, DES_key_schedule *ks3) in DES_decrypt3() 201 long length, DES_key_schedule *ks1, in DES_ede3_cbc_encrypt() 202 DES_key_schedule *ks in DES_ede3_cbc_encrypt() [all...] |
H A D | ecb3_enc.c | 19 DES_key_schedule *ks1, DES_key_schedule *ks2, in DES_ecb3_encrypt() 20 DES_key_schedule *ks3, int enc) in DES_ecb3_encrypt()
|
H A D | cfb64ede.c | 25 long length, DES_key_schedule *ks1, in DES_ede3_cfb64_encrypt() 26 DES_key_schedule *ks2, DES_key_schedule *ks3, in DES_ede3_cfb64_encrypt() 92 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt() 93 DES_key_schedule *ks2, DES_key_schedule *ks3, in DES_ede3_cfb_encrypt()
|
H A D | ofb64ede.c | 25 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt() 26 DES_key_schedule *k3, DES_cblock *ivec, int *num) in DES_ede3_ofb64_encrypt()
|
H A D | str2key.c | 21 DES_key_schedule ks; in DES_string_to_key() 48 DES_key_schedule ks; in DES_string_to_2keys()
|
H A D | ncbc_enc.c | 20 DES_key_schedule *_schedule, DES_cblock *ivec, int enc) in DES_cbc_encrypt() 23 long length, DES_key_schedule *_schedule, in DES_cbc_encrypt()
|
/third_party/openssl/crypto/des/ |
H A D | des_enc.c | 20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1() 91 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2() 155 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_encrypt3() 156 DES_key_schedule *ks2, DES_key_schedule *ks3) in DES_encrypt3() 175 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, in DES_decrypt3() 176 DES_key_schedule *ks2, DES_key_schedule *ks3) in DES_decrypt3() 201 long length, DES_key_schedule *ks1, in DES_ede3_cbc_encrypt() 202 DES_key_schedule *ks in DES_ede3_cbc_encrypt() [all...] |
H A D | ecb3_enc.c | 19 DES_key_schedule *ks1, DES_key_schedule *ks2, in DES_ecb3_encrypt() 20 DES_key_schedule *ks3, int enc) in DES_ecb3_encrypt()
|
H A D | cfb64ede.c | 25 long length, DES_key_schedule *ks1, in DES_ede3_cfb64_encrypt() 26 DES_key_schedule *ks2, DES_key_schedule *ks3, in DES_ede3_cfb64_encrypt() 92 int numbits, long length, DES_key_schedule *ks1, in DES_ede3_cfb_encrypt() 93 DES_key_schedule *ks2, DES_key_schedule *ks3, in DES_ede3_cfb_encrypt()
|
H A D | ofb64ede.c | 25 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt() 26 DES_key_schedule *k3, DES_cblock *ivec, int *num) in DES_ede3_ofb64_encrypt()
|
H A D | str2key.c | 21 DES_key_schedule ks; in DES_string_to_key() 48 DES_key_schedule ks; in DES_string_to_2keys()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 24 DES_key_schedule *ks = &dctx->dks.ks; in cipher_hw_des_initkey() 55 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ecb_cipher() 69 DES_key_schedule *key = &(dctx->dks.ks); in cipher_hw_des_cbc_cipher() 93 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ofb64_cipher() 112 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb64_cipher() 138 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb1_cipher() 165 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb8_cipher()
|
H A D | cipher_des.h | 19 DES_key_schedule ks; 23 const DES_key_schedule *, unsigned char *);
|
H A D | cipher_tdes.h | 22 DES_key_schedule ks[3]; 26 const DES_key_schedule *, unsigned char *);
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_des_hw.c | 24 DES_key_schedule *ks = &dctx->dks.ks; in cipher_hw_des_initkey() 55 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ecb_cipher() 69 DES_key_schedule *key = &(dctx->dks.ks); in cipher_hw_des_cbc_cipher() 93 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_ofb64_cipher() 112 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb64_cipher() 138 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb1_cipher() 165 DES_key_schedule *key = &(((PROV_DES_CTX *)ctx)->dks.ks); in cipher_hw_des_cfb8_cipher()
|
H A D | cipher_des.h | 19 DES_key_schedule ks; 23 const DES_key_schedule *, unsigned char *);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_des.c | 29 DES_key_schedule ks; 33 const DES_key_schedule *, unsigned char *); 44 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 46 const DES_key_schedule *ks, unsigned char iv[8]); 48 const DES_key_schedule *ks, unsigned char iv[8]);
|
H A D | e_des3.c | 29 DES_key_schedule ks[3]; 33 const DES_key_schedule *, unsigned char *); 47 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 49 const DES_key_schedule ks[3], unsigned char iv[8]); 51 const DES_key_schedule ks[3], unsigned char iv[8]);
|
/third_party/openssl/crypto/evp/ |
H A D | e_des.c | 29 DES_key_schedule ks; 33 const DES_key_schedule *, unsigned char *); 44 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 46 const DES_key_schedule *ks, unsigned char iv[8]); 48 const DES_key_schedule *ks, unsigned char iv[8]);
|
H A D | e_des3.c | 29 DES_key_schedule ks[3]; 33 const DES_key_schedule *, unsigned char *); 47 void des_t4_key_expand(const void *key, DES_key_schedule *ks); 49 const DES_key_schedule ks[3], unsigned char iv[8]); 51 const DES_key_schedule ks[3], unsigned char iv[8]);
|