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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A Drc5.h87 # define RC5_16_ROUNDS 16 macro
92 RC5_32_INT data[2 * (RC5_16_ROUNDS + 1)];
H A Drc5_skey.c68 if ((rounds != RC5_16_ROUNDS) &&
70 rounds = RC5_16_ROUNDS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5.h88 #define RC5_16_ROUNDS 16 macro
94 RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
H A Drc5_skey.c68 if ( (rounds != RC5_16_ROUNDS) &&
71 rounds=RC5_16_ROUNDS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5.h87 # define RC5_16_ROUNDS 16 macro
92 RC5_32_INT data[2 * (RC5_16_ROUNDS + 1)];
H A Drc5_skey.c68 if ((rounds != RC5_16_ROUNDS) &&
70 rounds = RC5_16_ROUNDS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_rc5.c104 case RC5_16_ROUNDS:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_rc5.c100 case RC5_16_ROUNDS:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_rc5.c100 case RC5_16_ROUNDS:

Completed in 122 milliseconds