HomeSort by: relevance | last modified time | path
    Searched refs:IDEA_INT (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
idea.h 20 typedef unsigned int IDEA_INT;
29 IDEA_INT data[9][6];
  /src/crypto/external/apache2/openssl/dist/crypto/idea/
i_skey.c 20 static IDEA_INT inverse(unsigned int xin);
24 register IDEA_INT *kt, *kf, r0, r1, r2;
64 register IDEA_INT *fp, *tp, t;
91 static IDEA_INT inverse(unsigned int xin)
118 return (IDEA_INT)b2;
idea_local.h 99 #define n2s(c, l) (l = ((IDEA_INT)(*((c)++))) << 8L, \
100 l |= ((IDEA_INT)(*((c)++))))
i_cbc.c 98 register IDEA_INT *p;
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
i_skey.c 21 static IDEA_INT inverse(unsigned int xin);
25 register IDEA_INT *kt, *kf, r0, r1, r2;
65 register IDEA_INT *fp, *tp, t;
92 static IDEA_INT inverse(unsigned int xin)
119 return (IDEA_INT)b2;
i_ecb.c 29 IDEA_INT l0, l1, d[2];
i_cfb64.c 30 register IDEA_INT v0, v1, t;
33 IDEA_INT ti[2];
i_ofb64.c 29 register IDEA_INT v0, v1, t;
34 IDEA_INT ti[2];
i_cbc.c 24 register IDEA_INT tin0, tin1;
25 register IDEA_INT tout0, tout1, xor0, xor1;
27 IDEA_INT tin[2];
98 register IDEA_INT *p;
99 register IDEA_INT x1, x2, x3, x4, t0, t1, ul;
idea_local.h 82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \
83 l|=((IDEA_INT)(*((c)++))) )
  /src/crypto/external/bsd/openssl.old/dist/crypto/idea/
i_skey.c 14 static IDEA_INT inverse(unsigned int xin);
18 register IDEA_INT *kt, *kf, r0, r1, r2;
58 register IDEA_INT *fp, *tp, t;
85 static IDEA_INT inverse(unsigned int xin)
112 return (IDEA_INT)b2;
i_ecb.c 22 IDEA_INT l0, l1, d[2];
i_cfb64.c 23 register IDEA_INT v0, v1, t;
26 IDEA_INT ti[2];
i_ofb64.c 22 register IDEA_INT v0, v1, t;
27 IDEA_INT ti[2];
i_cbc.c 17 register IDEA_INT tin0, tin1;
18 register IDEA_INT tout0, tout1, xor0, xor1;
20 IDEA_INT tin[2];
91 register IDEA_INT *p;
92 register IDEA_INT x1, x2, x3, x4, t0, t1, ul;
idea_local.h 82 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \
83 l|=((IDEA_INT)(*((c)++))) )
  /src/crypto/external/apache2/openssl/dist/include/openssl/
idea.h 31 typedef unsigned int IDEA_INT;
37 IDEA_INT data[9][6];
  /src/crypto/external/bsd/openssl/dist/include/openssl/
idea.h 31 typedef unsigned int IDEA_INT;
37 IDEA_INT data[9][6];

Completed in 29 milliseconds