Searched refs:IDEA_INT (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/idea/
H A Di_skey.c67 static IDEA_INT inverse(unsigned int xin);
83 register IDEA_INT *kt,*kf,r0,r1,r2;
117 register IDEA_INT *tp,t;
118 const IDEA_INT *fp;
145 static IDEA_INT inverse(unsigned int xin)
173 return((IDEA_INT)b2);
H A Di_ecb.c67 if (sizeof(short) != sizeof(IDEA_INT))
H A Didea_lcl.h142 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \
143 l|=((IDEA_INT)(*((c)++))) )
H A Di_cbc.c138 register IDEA_INT *p;
H A Didea_spd.c199 IDEA_INT data[2];
/macosx-10.10.1/OpenSSL098-52/src/MacOS/
H A Dopensslconf.h9 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
10 #define IDEA_INT unsigned int macro
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dopensslconf.h111 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
112 #define IDEA_INT unsigned int macro
H A Dopensslconf.h.in33 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
34 #define IDEA_INT unsigned int
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dopensslconf.h111 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
112 #define IDEA_INT unsigned int macro

Completed in 190 milliseconds