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

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/des/
H A Dncbc_enc.c45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
76 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
89 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
H A Dcfb64enc.c36 DES_encrypt1(ti, schedule, DES_ENCRYPT);
56 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Decb_enc.c42 DES_encrypt1(ll, ks, enc);
H A Dxcbc_enc.c46 DES_encrypt1(tin, schedule, DES_ENCRYPT);
58 DES_encrypt1(tin, schedule, DES_ENCRYPT);
75 DES_encrypt1(tin, schedule, DES_DECRYPT);
88 DES_encrypt1(tin, schedule, DES_DECRYPT);
H A Dpcbc_enc.c36 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
52 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
H A Dcbc_cksm.c35 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dofb64enc.c40 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dcfb_enc.c56 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
103 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dofb_enc.c53 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Ddes_enc.c14 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/des/
H A Dncbc_enc.c45 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
57 DES_encrypt1((DES_LONG *)tin, _schedule, DES_ENCRYPT);
76 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
89 DES_encrypt1((DES_LONG *)tin, _schedule, DES_DECRYPT);
H A Dcfb64enc.c42 DES_encrypt1(ti, schedule, DES_ENCRYPT);
62 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dxcbc_enc.c52 DES_encrypt1(tin, schedule, DES_ENCRYPT);
64 DES_encrypt1(tin, schedule, DES_ENCRYPT);
81 DES_encrypt1(tin, schedule, DES_DECRYPT);
94 DES_encrypt1(tin, schedule, DES_DECRYPT);
H A Decb_enc.c48 DES_encrypt1(ll, ks, enc);
H A Dpcbc_enc.c42 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
58 DES_encrypt1((DES_LONG *)tin, schedule, DES_DECRYPT);
H A Dcbc_cksm.c41 DES_encrypt1((DES_LONG *)tin, schedule, DES_ENCRYPT);
H A Dofb64enc.c46 DES_encrypt1(ti, schedule, DES_ENCRYPT);
H A Dcfb_enc.c62 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
109 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dofb_enc.c59 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Ddes_enc.c20 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) function
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/mdc2/
H A Dmdc2dgst.c90 DES_encrypt1(d, &k, 1);
94 DES_encrypt1(dd, &k, 1);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/mdc2/
H A Dmdc2dgst.c96 DES_encrypt1(d, &k, 1);
100 DES_encrypt1(dd, &k, 1);
/netbsd-current/crypto/external/bsd/openssl.old/dist/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 :-).
/netbsd-current/crypto/external/bsd/openssl/dist/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 :-).
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/i386/
H A Ddes-586.S946 .globl DES_encrypt1
947 .type DES_encrypt1,@function
949 DES_encrypt1: label
1058 .size DES_encrypt1,.-.L_DES_encrypt1_begin

Completed in 148 milliseconds

12