HomeSort by relevance Sort by last modified time
    Searched refs:outl (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/openssl/crypto/evp/
evp_enc.c 231 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
235 return EVP_EncryptUpdate(ctx,out,outl,in,inl);
236 else return EVP_DecryptUpdate(ctx,out,outl,in,inl);
239 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
242 return EVP_EncryptFinal_ex(ctx,out,outl);
243 else return EVP_DecryptFinal_ex(ctx,out,outl);
246 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
249 return EVP_EncryptFinal(ctx,out,outl);
250 else return EVP_DecryptFinal(ctx,out,outl);
277 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
    [all...]
p_open.c 113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
117 i=EVP_DecryptFinal_ex(ctx,out,outl);
p_seal.c 98 void EVP_SealUpdate(ctx,out,outl,in,inl)
101 int *outl;
105 EVP_EncryptUpdate(ctx,out,outl,in,inl);
109 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
112 i = EVP_EncryptFinal_ex(ctx,out,outl);
encode.c 131 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
137 *outl=0;
172 *outl=total;
175 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
186 *outl=ret;
235 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl,
352 *outl=ret;
399 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl)
403 *outl=0;
409 *outl=i
    [all...]
evp_test.c 144 int outl,outl2; local
171 if(!EVP_EncryptUpdate(&ctx,out,&outl,plaintext,pn))
177 if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2))
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2))
223 if(outl+outl2 != pn)
226 outl+outl2,pn);
bio_enc.c 143 static int enc_read(BIO *b, char *out, int outl)
157 if (i > outl) i=outl;
161 outl-=i;
170 /* At this point, we have room of outl bytes and an empty
173 while (outl > 0)
214 if (ctx->buf_len <= outl)
217 i=outl;
222 outl-=i;
bio_b64.c 144 static int b64_read(BIO *b, char *out, int outl)
171 if (i > outl) i=outl;
176 outl-=i;
185 /* At this point, we have room of outl bytes and an empty
189 while (outl > 0)
352 if (ctx->buf_len <= outl)
355 i=outl;
365 outl-=i;
  /external/grub/netboot/
tulip.c 585 outl(0x60020000 + (phy_id<<23) + (location<<18), ioaddr + 0xA0);
608 outl(MDIO_ENB | MDIO_DATA_WRITE1, mdio_addr);
610 outl(MDIO_ENB | MDIO_DATA_WRITE1 | MDIO_SHIFT_CLK, mdio_addr);
617 outl(MDIO_ENB | dataval, mdio_addr);
619 outl(MDIO_ENB | dataval | MDIO_SHIFT_CLK, mdio_addr);
624 outl(MDIO_ENB_IN, mdio_addr);
627 outl(MDIO_ENB_IN | MDIO_SHIFT_CLK, mdio_addr);
645 outl(cmd, ioaddr + 0xA0);
657 outl(value, ioaddr + 0xB4 + (location<<2));
659 outl(value, ioaddr + 0xD0)
    [all...]
epic100.c 101 outl(GC_SOFT_RESET, genctl);
140 outl(GC_SOFT_RESET, genctl);
143 outl(INTR_DISABLE, intmask);
159 outl(0x00000008, test);
223 outl(GC_RX_FIFO_THR_64 | GC_MRC_READ_MULT | GC_ONE_COPY, genctl);
225 outl(TX_FIFO_THRESH, eththr);
237 outl(tmp, txcon);
240 outl(virt_to_bus(&rx_ring), prcdar);
241 outl(virt_to_bus(&tx_ring), ptcdar);
244 outl(0x04, rxcon)
    [all...]
otulip.c 162 outl(0x00000001, ioaddr + CSR0);
165 outl(0x01A08000, ioaddr + CSR0);
173 outl(0x32404000, ioaddr + CSR6);
175 outl(0x32000040, ioaddr + CSR6);
186 outl(0x0, ioaddr + CSR13); /* reset SIA */
187 outl(0x7f3f, ioaddr + CSR14);
188 outl(0x8000008, ioaddr + CSR15);
189 outl(0x0, ioaddr + CSR13);
190 outl(0x1, ioaddr + CSR13);
191 outl(0x2404000, ioaddr + CSR6)
    [all...]
natsemi.c 294 outl(ChipReset, ioaddr + ChipCmd);
316 outl(SavedClkRun & ~0x100, ioaddr + ClkRun);
359 outl(EE_Write0, ee_addr);
364 outl(dataval, ee_addr);
366 outl(dataval | EE_ShiftClk, ee_addr);
369 outl(EE_ChipSelect, ee_addr);
373 outl(EE_ChipSelect | EE_ShiftClk, ee_addr);
376 outl(EE_ChipSelect, ee_addr);
381 outl(EE_Write0, ee_addr);
382 outl(0, ee_addr)
    [all...]
sis900.c 350 outl(0, ee_addr);
352 outl(EECLK, ee_addr);
358 outl(dataval, ee_addr);
360 outl(dataval | EECLK, ee_addr);
368 outl(EECS, ee_addr);
370 outl(EECS | EECLK, ee_addr);
377 outl(0, ee_addr);
379 outl(EECLK, ee_addr);
396 outl(MDIO | MDDIR, mdio_addr);
398 outl(MDIO | MDDIR | MDC, mdio_addr)
    [all...]
davicom.c 314 outl(phy_data, ee_addr); /* MII Clock Low */
316 outl(phy_data|MDCLKH, ee_addr); /* MII Clock High */
318 outl(phy_data, ee_addr); /* MII Clock Low */
331 outl(0x50000, ee_addr);
336 outl(0x40000, ee_addr);
372 outl(csr6, ioaddr + CSR6);
391 outl(csr6, ioaddr + CSR6);
416 outl(EE_ENB & ~EE_CS, ee_addr);
417 outl(EE_ENB, ee_addr);
422 outl(EE_ENB | dataval, ee_addr)
    [all...]
eepro100.c 281 outl(0x04000000 | (location<<16) | (phy_id<<21) | value,
302 outl(0x08000000 | (location<<16) | (phy_id<<21), ioaddr + SCBCtrlMDI);
361 outl(0, ioaddr + SCBPort);
416 outl(virt_to_bus(&txfd), ioaddr + SCBPointer);
451 outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer);
470 outl(2, ioaddr + SCBPort);
524 outl(0, ioaddr + SCBPort);
529 outl(virt_to_bus(&lstats), ioaddr + SCBPointer);
537 outl(0, ioaddr + SCBPointer);
550 outl(virt_to_bus(&(ACCESS(rxfd)status)), ioaddr + SCBPointer)
    [all...]
pci.c 39 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
47 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
55 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
63 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
71 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
78 outl(CONFIG_CMD(bus,device_fn,where), 0xCF8);
79 outl(value, 0xCFC);
  /external/openssl/crypto/asn1/
a_sign.c 136 int i,inl=0,outl=0,outll=0; local
176 outll=outl=EVP_PKEY_size(pkey);
177 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
180 outl=0;
190 (unsigned int *)&outl,pkey))
192 outl=0;
199 signature->length=outl;
211 return(outl);
222 int inl=0,outl=0,outll=0; local
264 outll=outl=EVP_PKEY_size(pkey)
    [all...]
  /external/openssl/crypto/pem/
pem_seal.c 121 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl,
127 *outl=0;
138 *outl+=j;
146 unsigned char *out, int *outl, EVP_PKEY *priv)
168 *outl=j;
171 *outl+=j;
  /external/openssl/crypto/bio/
bf_nbio.c 126 static int nbiof_read(BIO *b, char *out, int outl)
144 if (outl > num) outl=num;
154 ret=BIO_read(b->next_bio,out,outl);
bf_buff.c 131 static int buffer_read(BIO *b, char *out, int outl)
148 if (i > outl) i=outl;
153 if (outl == i) return(num);
154 outl-=i;
163 if (outl > ctx->ibuf_size)
167 i=BIO_read(b->next_bio,out,outl);
175 if (outl == i) return(num);
177 outl-=i;
bss_rtcp.c 174 static int rtcp_read(BIO *b, char *out, int outl)
184 if ( length > outl ) length = outl;
212 if ( length > outl ) length = outl;
bf_null.c 111 static int nullf_read(BIO *b, char *out, int outl)
117 ret=BIO_read(b->next_bio,out,outl);
bss_mem.c 145 static int mem_read(BIO *b, char *out, int outl)
152 ret=(outl >=0 && (size_t)outl > bm->length)?(int)bm->length:outl;
bss_null.c 104 static int null_read(BIO *b, char *out, int outl)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 97 # define outl RealOutl macro
106 # define outl outpd macro
141 extern void outl(unsigned short, unsigned int);
150 extern void outl(unsigned long, unsigned int);
198 outl(unsigned long port, unsigned int val) function
236 extern void outl(unsigned int port, unsigned int val);
506 # undef outl macro
512 extern void outl(unsigned long port, unsigned int val);
548 outl(unsigned short port, unsigned int val) function
550 __asm__ __volatile__("outl %0,%1" : :"a" (val), "d" (port))
611 outl(unsigned long port, unsigned int val) function
939 outl(unsigned PORT_SIZE port, unsigned int val) function
1272 outl(unsigned short port, unsigned int value) function
1355 #define outl macro
1401 outl(unsigned short port, unsigned int val) function
1451 outl(unsigned short port, unsigned int val) function
1501 outl(unsigned short port, unsigned int val) function
1568 # undef outl macro
1581 # define outl macro
1597 # define outl macro
1672 # undef outl macro
1679 # define outl macro
    [all...]
  /external/openssl/crypto/pkcs7/
bio_ber.c 226 static int ber_read(BIO *b, char *out, int outl)
244 if (ctx->num_left < outl)
247 n=outl;
255 outl-=i;
263 if (outl <= 0)

Completed in 7888 milliseconds

1 2 3