Searched refs:D_RC5_32 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc5/
H A Drc5_enc.c187 D_RC5_32(a,b,s,32);
188 D_RC5_32(a,b,s,30);
189 D_RC5_32(a,b,s,28);
190 D_RC5_32(a,b,s,26);
192 D_RC5_32(a,b,s,24);
193 D_RC5_32(a,b,s,22);
194 D_RC5_32(a,b,s,20);
195 D_RC5_32(a,b,s,18);
199 D_RC5_32(a,b,s,24);
200 D_RC5_32(
[all...]
H A Drc5_locl.h196 #define D_RC5_32(a,b,s,n) \ macro

Completed in 84 milliseconds