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

/freebsd-10.2-release/crypto/openssl/crypto/rc4/
H A Drc4_skey.c68 if (sizeof(RC4_INT) == 1)
73 if (sizeof(RC4_INT) == 1)
91 register RC4_INT tmp;
93 register RC4_INT *d;
H A Drc4.h62 # include <openssl/opensslconf.h>/* OPENSSL_NO_RC4, RC4_INT */
74 RC4_INT x, y;
75 RC4_INT data[256];
H A Drc4_enc.c74 register RC4_INT *d;
75 register RC4_INT x, y, tx, ty;
95 * on sizeof(RC4_INT)).
/freebsd-10.2-release/secure/lib/libcrypto/
H A Dopensslconf-arm.h111 #if !defined(RC4_INT)
119 #define RC4_INT unsigned int macro
H A Dopensslconf-ia64.h102 #if !defined(RC4_INT)
110 #define RC4_INT unsigned int macro
H A Dopensslconf-sparc64.h111 #if !defined(RC4_INT)
119 #define RC4_INT unsigned int macro
H A Dopensslconf-mips.h111 #if !defined(RC4_INT)
119 #define RC4_INT unsigned int macro
H A Dopensslconf-powerpc.h111 #if !defined(RC4_INT)
119 #define RC4_INT unsigned int macro
H A Dopensslconf-x86.h110 #if !defined(RC4_INT)
118 #define RC4_INT unsigned int macro
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dopensslconf.h116 #if !defined(RC4_INT)
124 #define RC4_INT unsigned int macro

Completed in 79 milliseconds