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

/openbsd-current/lib/libcrypto/arch/i386/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/hppa/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/arm/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/amd64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/alpha/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/mips64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/powerpc/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/m88k/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/riscv64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/powerpc64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/aarch64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/sparc64/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/arch/sh/
H A Dopensslconf.h10 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
11 #define IDEA_INT unsigned int macro
/openbsd-current/lib/libcrypto/idea/
H A Didea.h62 #include <openssl/opensslconf.h> /* IDEA_INT, OPENSSL_NO_IDEA */
79 IDEA_INT data[9][6];
H A Didea_local.h130 #define n2s(c,l) (l =((IDEA_INT)(*((c)++)))<< 8L, \
131 l|=((IDEA_INT)(*((c)++))) )
H A Didea.c144 IDEA_INT *p;
314 static IDEA_INT
342 return ((IDEA_INT)b2);
349 IDEA_INT *kt, *kf, r0, r1, r2;
392 IDEA_INT *fp, *tp, t;

Completed in 187 milliseconds