Searched refs:c2l (Results 51 - 66 of 66) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A Dbf_locl.h63 #undef c2l macro
64 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
69 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bf/
H A Dbf_locl.h63 #undef c2l macro
64 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
69 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcast_lcl.h72 #undef c2l macro
73 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
78 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/idea/
H A Didea_lcl.h146 /* NOTE - c is not incremented as per c2l */
185 #undef c2l macro
186 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5_locl.h61 #undef c2l macro
62 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
67 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_locl.h61 #undef c2l macro
62 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
67 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_lcl.h67 #undef c2l macro
68 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
73 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/idea/
H A Didea_lcl.h146 /* NOTE - c is not incremented as per c2l */
185 #undef c2l macro
186 #define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/des/
H A Dset_key.c354 c2l(in,c);
355 c2l(in,d);
H A Ddes_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
113 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/des/
H A Dfips_set_key.c360 c2l(in,c);
361 c2l(in,d);
H A Dfips_des_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
113 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dset_key.c352 c2l(in,c);
353 c2l(in,d);
H A Ddes_locl.h108 #define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \ macro
113 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_locl.h139 #define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
144 /* NOTE - c is not incremented as per c2l */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h147 #define c2l(c,l) (l = ((unsigned long)(*((c)++))) , \ macro
152 /* NOTE - c is not incremented as per c2l */

Completed in 83 milliseconds

123