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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Di_skey.c62 static IDEA_INT inverse(unsigned int xin);
66 register IDEA_INT *kt,*kf,r0,r1,r2;
100 register IDEA_INT *tp,t;
101 const IDEA_INT *fp;
128 static IDEA_INT inverse(unsigned int xin)
156 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 */
80 IDEA_INT data[9][6];
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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/MacOS/
H A Dopensslconf.h9 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
10 # define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/
H A Dopensslconf.h9 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
10 # define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/
H A Dopensslconf.h9 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
10 #define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Di_skey.c63 static IDEA_INT inverse(unsigned int xin);
76 register IDEA_INT *kt, *kf, r0, r1, r2;
116 register IDEA_INT *fp, *tp, t;
143 static IDEA_INT inverse(unsigned int xin)
170 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];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Di_skey.c63 static IDEA_INT inverse(unsigned int xin);
76 register IDEA_INT *kt, *kf, r0, r1, r2;
116 register IDEA_INT *fp, *tp, t;
143 static IDEA_INT inverse(unsigned int xin)
170 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Didea.h62 #include <openssl/opensslconf.h> /* IDEA_INT, OPENSSL_NO_IDEA */
80 IDEA_INT data[9][6];
H A Dopensslconf.h169 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
170 #define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dopensslconf.h132 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
133 #define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dopensslconf.h132 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
133 #define IDEA_INT unsigned int macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dopensslconf.h169 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
170 #define IDEA_INT unsigned int macro

Completed in 156 milliseconds

12