Home
last modified time | relevance | path

Searched refs:DES_encrypt1 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/des/
H A Dxcbc_enc.c52 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 Dncbc_enc.c45 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 Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
H A Dpcbc_enc.c42 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 Dcfb_enc.c62 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 Decb_enc.c48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt()
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
H A Ddes_enc.c20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt1() function
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c52 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 Dncbc_enc.c45 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 Dpcbc_enc.c42 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 Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt()
H A Dcfb_enc.c62 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 Decb_enc.c48 DES_encrypt1(ll, ks, enc); in DES_ecb_encrypt()
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_ofb64_encrypt()
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT); in DES_cbc_cksum()
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT); in DES_ofb_encrypt()
H A Ddes_enc.c20 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 Dmdc2dgst.c96 DES_encrypt1(d, &k, 1); in mdc2_body()
100 DES_encrypt1(dd, &k, 1); in mdc2_body()
/third_party/openssl/crypto/mdc2/
H A Dmdc2dgst.c96 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 Ddes.h121 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 Ddes.h121 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 Ddes.h103 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 :-).

Completed in 7 milliseconds

12