Searched defs:PERM_OP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/des/asm/ |
| D | des686.pl | 192 sub PERM_OP subroutine
|
| /freebsd-9-stable/crypto/openssl/crypto/des/ |
| D | fcrypt_b.c | 72 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|
| D | des_locl.h | 409 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|
| /freebsd-9-stable/sys/crypto/des/ |
| D | des_locl.h | 341 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ macro
|