| /src/crypto/external/apache2/openssl/dist/crypto/ct/ |
| ct_local.h | 39 #define n2l8(c, l) (l = ((uint64_t)(*((c)++))) << 56, \ macro
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| common.h | 148 #define n2l8(c, l) (l = ((uint64_t)(*((c)++))) << 56, \ macro
|
| /src/crypto/external/bsd/openssl/dist/crypto/ct/ |
| ct_local.h | 38 #define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
| ct_local.h | 38 #define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| ssl_local.h | 75 # define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| ssl_local.h | 74 # define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro
|