Searched refs:DES_LONG (Results 26 - 35 of 35) sorted by relevance

12

/openbsd-current/lib/libcrypto/des/
H A Dcfb64enc.c71 DES_LONG v0, v1;
74 DES_LONG ti[2];
H A Ddes.h82 DES_LONG deslong[2];
113 DES_LONG DES_cbc_cksum(const unsigned char *input, DES_cblock *output,
141 void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc);
149 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
151 void DES_encrypt3(DES_LONG *data, DES_key_schedule *ks1,
153 void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1,
188 DES_LONG DES_quad_cksum(const unsigned char *input, DES_cblock output[],
H A Dede_cbcm_enc.c82 DES_LONG tin0, tin1;
83 DES_LONG tout0, tout1, xor0, xor1, m0, m1;
85 DES_LONG tin[2];
135 DES_LONG t0, t1;
H A Dxcbc_enc.c69 DES_LONG tin0, tin1;
70 DES_LONG tout0, tout1, xor0, xor1;
71 DES_LONG inW0, inW1, outW0, outW1;
74 DES_LONG tin[2];
H A Dcfb_enc.c75 DES_LONG d0, d1, v0, v1;
78 DES_LONG ti[2];
97 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
143 DES_encrypt1((DES_LONG *)ti, schedule, DES_ENCRYPT);
H A Dcfb64ede.c72 DES_LONG v0, v1;
75 DES_LONG ti[2];
140 DES_LONG d0, d1, v0, v1;
143 DES_LONG ti[2];
H A Dfcrypt.c67 DES_LONG Eswap0, Eswap1;
68 DES_LONG out[2], ll;
H A Dset_key.c162 static const DES_LONG des_skb[8][64] = {
342 DES_LONG c, d, t, s, t2;
344 DES_LONG *k;
H A Dspr.h61 const DES_LONG DES_SPtrans[8][64] = {
/openbsd-current/regress/lib/libcrypto/des/
H A Ddestest.c304 static DES_LONG cbc_cksum_ret=0xB462FEF7L;
306 static DES_LONG cbc_cksum_ret=0xF7FE62B4L;
322 DES_LONG cs;
324 DES_LONG lqret[4];

Completed in 146 milliseconds

12