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

/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_skey.c67 static IDEA_INT inverse(unsigned int xin);
84 register IDEA_INT *kt, *kf, r0, r1, r2;
124 register IDEA_INT *tp, t;
125 const IDEA_INT *fp;
152 static IDEA_INT inverse(unsigned int xin)
179 return ((IDEA_INT) b2);
H A Di_ecb.c67 if (sizeof(short) != sizeof(IDEA_INT))
H A Didea.h62 # include <openssl/opensslconf.h>/* IDEA_INT, OPENSSL_NO_IDEA */
79 IDEA_INT data[9][6];
H A Didea_lcl.h144 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \
145 l|=((IDEA_INT)(*((c)++))) )
H A Di_cbc.c140 register IDEA_INT *p;
H A Didea_spd.c187 IDEA_INT data[2];
/freebsd-9.3-release/secure/lib/libcrypto/
H A Dopensslconf-amd64.h72 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
73 #define IDEA_INT unsigned int macro
H A Dopensslconf-arm.h76 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
77 #define IDEA_INT unsigned int macro
H A Dopensslconf-i386.h72 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
73 #define IDEA_INT unsigned int macro
H A Dopensslconf-ia64.h76 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
77 #define IDEA_INT unsigned int macro
H A Dopensslconf-mips.h76 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
77 #define IDEA_INT unsigned int macro
H A Dopensslconf-powerpc.h76 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
77 #define IDEA_INT unsigned int macro
H A Dopensslconf-sparc64.h76 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
77 #define IDEA_INT unsigned int macro
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dopensslconf.h114 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
115 #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

Completed in 121 milliseconds