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

/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A Drc4_skey.c109 #define SK_LOOP(d,n) { \ macro
150 SK_LOOP(cp, i);
161 SK_LOOP(d, i + 0);
162 SK_LOOP(d, i + 1);
163 SK_LOOP(d, i + 2);
164 SK_LOOP(d, i + 3);

Completed in 41 milliseconds