Searched refs:n2l (Results 51 - 65 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A Drc5_locl.h106 /* NOTE - c is not incremented as per n2l */
137 #undef n2l macro
138 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_lcl.h112 /* NOTE - c is not incremented as per n2l */
143 #undef n2l macro
144 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea_lcl.h94 /* NOTE - c is not incremented as per n2l */
125 #undef n2l macro
126 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcast_lcl.h110 /* NOTE - c is not incremented as per n2l */
141 #undef n2l macro
142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/idea/
H A Didea_lcl.h96 /* NOTE - c is not incremented as per n2l */
127 #undef n2l macro
128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcast_lcl.h110 /* NOTE - c is not incremented as per n2l */
141 #undef n2l macro
142 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/idea/
H A Didea_lcl.h96 /* NOTE - c is not incremented as per n2l */
127 #undef n2l macro
128 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Ddes_locl.h138 #define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Ddes_locl.h140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Ddes_locl.h140 # define n2l(c,l) (l =((DES_LONG)(*((c)++)))<<24L, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h173 #define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_locl.h201 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
H A Ds3_clnt.c2263 n2l(p, ticket_lifetime_hint);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_locl.h201 # define n2l(c,l) (l =((unsigned long)(*((c)++)))<<24, \ macro
H A Ds3_clnt.c2263 n2l(p, ticket_lifetime_hint);

Completed in 191 milliseconds

123