/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | xcbc_enc.c | 52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
|
H A D | ncbc_enc.c | 45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 76 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT); in DES_cbc_encrypt() 89 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT); in DES_cbc_encrypt()
|
H A D | cfb64enc.c | 42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
|
H A D | pcbc_enc.c | 42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt() 58 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT); in DES_pcbc_encrypt()
|
H A D | cfb_enc.c | 62 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt() 109 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
|
H A D | ecb_enc.c | 48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt()
|
H A D | cbc_cksm.c | 41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
|
H A D | ofb64enc.c | 46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
|
H A D | ofb_enc.c | 59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
|
H A D | des_enc.c | 20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1() function
|
/third_party/openssl/crypto/des/ |
H A D | xcbc_enc.c | 52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt()
|
H A D | ncbc_enc.c | 45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT); in DES_cbc_encrypt() 76 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT); in DES_cbc_encrypt() 89 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT); in DES_cbc_encrypt()
|
H A D | pcbc_enc.c | 42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_pcbc_encrypt() 58 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT); in DES_pcbc_encrypt()
|
H A D | cfb64enc.c | 42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
|
H A D | cfb_enc.c | 62 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt() 109 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_cfb_encrypt()
|
H A D | ecb_enc.c | 48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt()
|
H A D | ofb64enc.c | 46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
|
H A D | cbc_cksm.c | 41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
|
H A D | ofb_enc.c | 59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
|
H A D | des_enc.c | 20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1() function
|
/third_party/node/deps/openssl/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 96 DES_encrypt1(d, &k, 1); in mdc2_body() 100 DES_encrypt1(dd, &k, 1); in mdc2_body()
|
/third_party/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 96 DES_encrypt1(d, &k, 1); in mdc2_body() 100 DES_encrypt1(dd, &k, 1); in mdc2_body()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 121 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc); 125 * This functions is the same as DES_encrypt1() except that the DES initial 127 * DES_encrypt1(), you should not use this function. It is used by the 129 * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1() 130 * DES_encrypt1() DES_encrypt1() except faster :-).
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 121 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc); 125 * This functions is the same as DES_encrypt1() except that the DES initial 127 * DES_encrypt1(), you should not use this function. It is used by the 129 * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1() 130 * DES_encrypt1() DES_encrypt1() except faster :-).
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 103 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc); 106 * This functions is the same as DES_encrypt1() except that the DES initial 108 * DES_encrypt1(), you should not use this function. It is used by the 110 * DES_encrypt2() DES_encrypt2() FP() is the same as DES_encrypt1() 111 * DES_encrypt1() DES_encrypt1() except faster :-).
|