Searched refs:out_p (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dparide.h101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p; macro
104 #define w0(byte) {out_p(0,byte);}
106 #define w1(byte) {out_p(1,byte);}
108 #define w2(byte) {out_p(2,byte);}
110 #define w3(byte) {out_p(3,byte);}
111 #define w4(byte) {out_p(4,byte);}
H A Dbpck.c34 #define w2(byte) {out_p(2,byte); PC = byte;}
35 #define t2(pat) {PC ^= pat; out_p(2,PC);}
36 #define e2() {PC &= 0xfe; out_p(2,PC);}
37 #define o2() {PC |= 1; out_p(2,PC);}
H A Dfit3.c34 #define w7(byte) {out_p(7,byte);}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/dsa/
H A Dfips_dsa_selftest.c67 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
74 static unsigned char out_p[]={ variable
144 j=sizeof(out_p);
145 if (i != j || memcmp(buf,out_p,i) != 0)
H A Dfips_dsatest.c94 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
101 static unsigned char out_p[]={ variable
198 j=sizeof(out_p);
199 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Ddsatest.c89 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
96 static unsigned char out_p[]={ variable
183 j=sizeof(out_p);
184 if ((i != j) || (memcmp(buf,out_p,i) != 0))
H A Dfips_dsatest.c94 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
101 static unsigned char out_p[]={ variable
198 j=sizeof(out_p);
199 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/dsa/
H A Ddsatest.c89 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
96 static unsigned char out_p[]={ variable
183 j=sizeof(out_p);
184 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsatest.c96 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
103 static unsigned char out_p[]={ variable
194 j=sizeof(out_p);
195 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Ddsatest.c96 /* seed, out_p, out_q, out_g are taken from the updated Appendix 5 to
103 static unsigned char out_p[]={ variable
194 j=sizeof(out_p);
195 if ((i != j) || (memcmp(buf,out_p,i) != 0))

Completed in 113 milliseconds