HomeSort by relevance Sort by last modified time
    Searched defs:outl (Results 1 - 18 of 18) sorted by null

  /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);
238 size_t inl=0,outl=0,outll=0; local
256 outl = signature->length
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 124 outl (unsigned int value, unsigned short int port) function
126 __asm__ __volatile__ ("outl %0,%w1": :"a" (value), "Nd" (port));
132 __asm__ __volatile__ ("outl %0,%w1\noutb %%al,$0x80": :"a" (value),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 124 outl (unsigned int value, unsigned short int port) function
126 __asm__ __volatile__ ("outl %0,%w1": :"a" (value), "Nd" (port));
132 __asm__ __volatile__ ("outl %0,%w1\noutb %%al,$0x80": :"a" (value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 124 outl (unsigned int value, unsigned short int port) function
126 __asm__ __volatile__ ("outl %0,%w1": :"a" (value), "Nd" (port));
132 __asm__ __volatile__ ("outl %0,%w1\noutb %%al,$0x80": :"a" (value),
  /external/grub/netboot/
linux-asm-io.h 6 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
167 #define outl(val,port) \ macro
  /external/openssl/crypto/evp/
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);
  /external/openssl/crypto/pem/
pem_lib.c 597 int nlen,n,i,j,outl; local
629 EVP_EncodeUpdate(&ctx,buf,&outl,&(data[j]),n);
630 if ((outl) && (BIO_write(bp,(char *)buf,outl) != outl))
632 i+=outl;
636 EVP_EncodeFinal(&ctx,buf,&outl);
637 if ((outl > 0) && (BIO_write(bp,(char *)buf,outl) != outl)) goto err
    [all...]
  /external/kernel-headers/original/asm-arm/
io.h 114 #define outl(v,p) __raw_writel((__force __u32) \ macro
134 #define outl_p(val,port) outl((val),(port))
  /external/openssl/ssl/
d1_clnt.c 1058 int padl, outl = sizeof(epms); local
1150 EVP_EncryptUpdate(&ciph_ctx,epms,&outl,tmp_buf,
1152 EVP_EncryptFinal_ex(&ciph_ctx,&(epms[outl]),&padl);
1153 outl += padl;
1154 if (outl > (int)sizeof epms)
1162 s2n(outl,p);
1163 memcpy(p, epms, outl);
1164 p+=outl;
1165 n+=outl + 2;
1173 OPENSSL_cleanse(epms, outl);
    [all...]
s3_clnt.c 2398 int padl, outl = sizeof(epms); local
    [all...]
s3_srvr.c 2371 int padl, outl; local
    [all...]
kssl.c 2009 int outl, unencbufsize; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 497 #define outl(datum,addr) (*(volatile unsigned long *)(addr) = (datum)) macro
541 outl(data_lo, lcd_base + LCD_DATA);
545 outl(data_hi, lcd_base + LCD_DATA);
555 outl(0x0, lcd_base + LCD_CMD);
559 outl(cmd, lcd_base + LCD_CMD);
641 outl(cmd | 0x80000000, 0x70008A0C);
644 outl(data | 0x80000000, 0x70008A0C);
678 outl(0x10000080, 0x70008A20);
679 outl((pixels_to_write - 1) | 0xC0010000, 0x70008A24);
680 outl(0x34000000, 0x70008A20)
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 260 // CHECK: outl %dx
261 // CHECK: outl %dx
268 outl %eax, (%dx) label
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 144 int outl;
159 if (!EVP_CipherUpdate(&ctx, skip_buf, &outl, skip_buf, len))
164 if (EVP_CipherUpdate(&ctx, data, &outl, data, data_len))
437 int outl; local
438 if (!EVP_EncryptUpdate(&ctx->enc, crypt, &outl, plain, len))
447 int outl; local
448 outl = len;
449 if (!EVP_DecryptUpdate(&ctx->dec, plain, &outl, crypt, len))
  /external/openssl/apps/
speed.c 1959 int outl; local
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 86 static inline void outl(int addr, int val) function
88 asm volatile ("outl %1, %w0" : : "d" (addr), "a" (val));
720 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
721 outl(0xcfc, val);
726 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
732 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
738 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
744 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
750 outl(0xcf8, 0x80000000 | (d->bus << 16) | (d->devfn << 8) | (addr & 0xfc));
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 3456 int outl; local
3486 int outl; local
    [all...]

Completed in 520 milliseconds