Symbol: PERM_OP
crypto/openssl/crypto/des/des_local.h
223
PERM_OP(r, l, tt, 4, 0x0f0f0f0fL); \
crypto/openssl/crypto/des/des_local.h
224
PERM_OP(l, r, tt, 16, 0x0000ffffL); \
crypto/openssl/crypto/des/des_local.h
225
PERM_OP(r, l, tt, 2, 0x33333333L); \
crypto/openssl/crypto/des/des_local.h
226
PERM_OP(l, r, tt, 8, 0x00ff00ffL); \
crypto/openssl/crypto/des/des_local.h
227
PERM_OP(r, l, tt, 1, 0x55555555L); \
crypto/openssl/crypto/des/des_local.h
233
PERM_OP(l, r, tt, 1, 0x55555555L); \
crypto/openssl/crypto/des/des_local.h
234
PERM_OP(r, l, tt, 8, 0x00ff00ffL); \
crypto/openssl/crypto/des/des_local.h
235
PERM_OP(l, r, tt, 2, 0x33333333L); \
crypto/openssl/crypto/des/des_local.h
236
PERM_OP(r, l, tt, 16, 0x0000ffffL); \
crypto/openssl/crypto/des/des_local.h
237
PERM_OP(l, r, tt, 4, 0x0f0f0f0fL); \
crypto/openssl/crypto/des/fcrypt_b.c
70
PERM_OP(l, r, t, 1, 0x55555555L);
crypto/openssl/crypto/des/fcrypt_b.c
71
PERM_OP(r, l, t, 8, 0x00ff00ffL);
crypto/openssl/crypto/des/fcrypt_b.c
72
PERM_OP(l, r, t, 2, 0x33333333L);
crypto/openssl/crypto/des/fcrypt_b.c
73
PERM_OP(r, l, t, 16, 0x0000ffffL);
crypto/openssl/crypto/des/fcrypt_b.c
74
PERM_OP(l, r, t, 4, 0x0f0f0f0fL);
crypto/openssl/crypto/des/set_key.c
733
PERM_OP(d, c, t, 4, 0x0f0f0f0fL);
crypto/openssl/crypto/des/set_key.c
736
PERM_OP(d, c, t, 1, 0x55555555L);
crypto/openssl/crypto/des/set_key.c
737
PERM_OP(c, d, t, 8, 0x00ff00ffL);
crypto/openssl/crypto/des/set_key.c
738
PERM_OP(d, c, t, 1, 0x55555555L);
sys/crypto/des/des_locl.h
347
PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
sys/crypto/des/des_locl.h
348
PERM_OP(l,r,tt,16,0x0000ffffL); \
sys/crypto/des/des_locl.h
349
PERM_OP(r,l,tt, 2,0x33333333L); \
sys/crypto/des/des_locl.h
350
PERM_OP(l,r,tt, 8,0x00ff00ffL); \
sys/crypto/des/des_locl.h
351
PERM_OP(r,l,tt, 1,0x55555555L); \
sys/crypto/des/des_locl.h
357
PERM_OP(l,r,tt, 1,0x55555555L); \
sys/crypto/des/des_locl.h
358
PERM_OP(r,l,tt, 8,0x00ff00ffL); \
sys/crypto/des/des_locl.h
359
PERM_OP(l,r,tt, 2,0x33333333L); \
sys/crypto/des/des_locl.h
360
PERM_OP(r,l,tt,16,0x0000ffffL); \
sys/crypto/des/des_locl.h
361
PERM_OP(l,r,tt, 4,0x0f0f0f0fL); \
sys/crypto/des/des_setkey.c
186
PERM_OP (d,c,t,4,0x0f0f0f0fL);
sys/crypto/des/des_setkey.c
189
PERM_OP (d,c,t,1,0x55555555L);
sys/crypto/des/des_setkey.c
190
PERM_OP (c,d,t,8,0x00ff00ffL);
sys/crypto/des/des_setkey.c
191
PERM_OP (d,c,t,1,0x55555555L);