HomeSort by: relevance | last modified time | path
    Searched refs:D_ENCRYPT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/crypto/des/
des_enc.c 99 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(r,l,18); /* 10 *
    [all...]
des_locl.h 145 #define D_ENCRYPT(LL,R,S) { \
173 #define D_ENCRYPT(LL,R,S) { \
212 #define D_ENCRYPT(LL,R,S) { \
229 #define D_ENCRYPT(LL,R,S) {\
258 #define D_ENCRYPT(LL,R,S) {\
289 #define D_ENCRYPT(LL,R,S) {\

Completed in 41 milliseconds