Searched refs:RC4_INT (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4.h62 # include <openssl/opensslconf.h>/* OPENSSL_NO_RC4, RC4_INT */
72 RC4_INT x, y;
73 RC4_INT data[256];
H A Drc4_skey.c72 if (sizeof(RC4_INT) == 1)
77 if (sizeof(RC4_INT) == 1)
99 register RC4_INT tmp;
101 register RC4_INT *d;
120 if (sizeof(RC4_INT) > 1) {
124 * poorly with wider RC4_INT. Performance improvement
152 d[256 / sizeof(RC4_INT)] = -1;
H A Drc4_enc.c74 register RC4_INT *d;
75 register RC4_INT x, y, tx, ty;
95 * on sizeof(RC4_INT)).
/freebsd-9.3-release/secure/lib/libcrypto/
H A Dopensslconf-amd64.h86 #if !defined(RC4_INT)
94 #define RC4_INT unsigned int macro
H A Dopensslconf-arm.h90 #if !defined(RC4_INT)
98 #define RC4_INT unsigned int macro
H A Dopensslconf-i386.h86 #if !defined(RC4_INT)
94 #define RC4_INT unsigned int macro
H A Dopensslconf-ia64.h90 #if !defined(RC4_INT)
98 #define RC4_INT unsigned int macro
H A Dopensslconf-mips.h90 #if !defined(RC4_INT)
98 #define RC4_INT unsigned int macro
H A Dopensslconf-powerpc.h90 #if !defined(RC4_INT)
98 #define RC4_INT unsigned int macro
H A Dopensslconf-sparc64.h90 #if !defined(RC4_INT)
98 #define RC4_INT unsigned int macro
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dopensslconf.h128 #if !defined(RC4_INT)
136 #define RC4_INT unsigned int macro
H A Dopensslconf.h.in47 #if !defined(RC4_INT)
55 #define RC4_INT unsigned int

Completed in 145 milliseconds