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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/des/
H A Ddes_enc.c99 D_ENCRYPT(l,r, 0); /* 1 */
100 D_ENCRYPT(r,l, 2); /* 2 */
101 D_ENCRYPT(l,r, 4); /* 3 */
102 D_ENCRYPT(r,l, 6); /* 4 */
103 D_ENCRYPT(l,r, 8); /* 5 */
104 D_ENCRYPT(r,l,10); /* 6 */
105 D_ENCRYPT(l,r,12); /* 7 */
106 D_ENCRYPT(r,l,14); /* 8 */
107 D_ENCRYPT(l,r,16); /* 9 */
108 D_ENCRYPT(
[all...]
H A Ddes_locl.h145 #define D_ENCRYPT(LL,R,S) { \ macro
173 #define D_ENCRYPT(LL,R,S) { \ macro
212 #define D_ENCRYPT(LL,R,S) { \ macro
229 #define D_ENCRYPT(LL,R,S) {\ macro
258 #define D_ENCRYPT(LL,R,S) {\ macro
289 #define D_ENCRYPT(LL,R,S) {\ macro

Completed in 18 milliseconds