Searched refs:RC5_16_ROUNDS (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/rc5/
H A Drc5.h92 #define RC5_16_ROUNDS 16 macro
98 RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
H A Drc5_skey.c85 if ( (rounds != RC5_16_ROUNDS) &&
88 rounds=RC5_16_ROUNDS;
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Drc5.h92 #define RC5_16_ROUNDS 16 macro
98 RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Drc5.h116 #define RC5_16_ROUNDS 16 macro
122 RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drc5Context.cpp42 uint32 rounds = RC5_16_ROUNDS;
58 rounds = RC5_16_ROUNDS;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/misc/
H A Drc5_skey.c86 if ( (rounds != RC5_16_ROUNDS) &&
89 rounds=RC5_16_ROUNDS;
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A De_rc5.c104 case RC5_16_ROUNDS:

Completed in 98 milliseconds