HomeSort by: relevance | last modified time | path
    Searched defs:n2l (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bf/
bf_local.h 14 /* NOTE - c is not incremented as per n2l */
77 #undef n2l macro
78 #define n2l(c, l) (l = ((unsigned long)(*((c)++))) << 24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/bf/
bf_local.h 14 /* NOTE - c is not incremented as per n2l */
59 # undef n2l macro
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/bf/
bf_local.h 14 /* NOTE - c is not incremented as per n2l */
59 # undef n2l macro
60 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/apache2/openssl/dist/crypto/idea/
idea_local.h 19 /* NOTE - c is not incremented as per n2l */
82 #undef n2l macro
83 #define n2l(c, l) (l = ((unsigned long)(*((c)++))) << 24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/idea/
idea_local.h 20 /* NOTE - c is not incremented as per n2l */
65 #undef n2l macro
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/rc2/
rc2_local.h 71 /* NOTE - c is not incremented as per n2l */
116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/idea/
idea_local.h 20 /* NOTE - c is not incremented as per n2l */
65 #undef n2l macro
66 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc2/
rc2_local.h 71 /* NOTE - c is not incremented as per n2l */
116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/sys/crypto/blowfish/
bf_locl.h 114 /* NOTE - c is not incremented as per n2l */
145 #undef n2l macro
146 #define n2l(c,l) (l =((BF_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/apache2/openssl/dist/crypto/cast/
cast_local.h 14 /* NOTE - c is not incremented as per n2l */
77 #undef n2l macro
78 #define n2l(c, l) (l = ((unsigned long)(*((c)++))) << 24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/cast/
cast_local.h 59 /* NOTE - c is not incremented as per n2l */
104 #undef n2l macro
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/cast/
cast_local.h 59 /* NOTE - c is not incremented as per n2l */
104 #undef n2l macro
105 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/apache2/openssl/lib/libdes/
des_locl.h 106 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/des/
des_local.h 67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl/dist/crypto/rc5/
rc5_local.h 71 /* NOTE - c is not incremented as per n2l */
116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl/lib/libdes/
des_locl.h 106 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/des/
des_local.h 67 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/dist/crypto/rc5/
rc5_local.h 71 /* NOTE - c is not incremented as per n2l */
116 #undef n2l macro
117 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
  /src/crypto/external/bsd/openssl.old/lib/libdes/
des_locl.h 106 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/sys/crypto/des/
des_locl.h 99 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
  /src/crypto/external/apache2/openssl/dist/include/internal/
common.h 143 #define n2l(c, l) (l = ((unsigned long)(*((c)++))) << 24, \ macro
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 70 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 69 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro

Completed in 55 milliseconds