Home
last modified time | relevance | path

Searched refs:DES_encrypt1 (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/des/
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 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 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
/openssl/crypto/mdc2/
H A Dmdc2dgst.c96 DES_encrypt1(d, &k, 1); in mdc2_body()
100 DES_encrypt1(dd, &k, 1); in mdc2_body()
/openssl/include/openssl/
H A Ddes.h121 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
/openssl/crypto/des/asm/
H A Ddes_enc.m41111 ! void DES_encrypt1(data, ks, enc)
1115 .global DES_encrypt1
1116 .type DES_encrypt1,#function
1118 DES_encrypt1:
1162 .DES_encrypt1.end:
1163 .size DES_encrypt1,.DES_encrypt1.end-DES_encrypt1
/openssl/util/
H A Dmissingcrypto.txt420 DES_encrypt1(3)
H A Dmissingcrypto111.txt502 DES_encrypt1(3)
H A Dlibcrypto.num888 DES_encrypt1 911 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
/openssl/doc/man7/
H A Dossl-guide-migration.pod1346 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),

Completed in 62 milliseconds