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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dsa/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dsa/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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
193 j=sizeof(out_p);
194 if ((i != j) || (memcmp(buf,out_p,i) != 0))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dsa/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
107 static unsigned char out_p[] = { variable
196 j = sizeof(out_p);
197 if ((i != j) || (memcmp(buf, out_p, i) != 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dvmac.c459 u64 *in_n, *out_p; local
464 out_p = ctx->__vmac_ctx.cached_aes;
472 (unsigned char *)out_p, (unsigned char *)in_n);
476 p = be64_to_cpup(out_p + i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dvmac.c459 u64 *in_n, *out_p; local
464 out_p = ctx->__vmac_ctx.cached_aes;
472 (unsigned char *)out_p, (unsigned char *)in_n);
476 p = be64_to_cpup(out_p + i);

Completed in 285 milliseconds