Searched refs:outl (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-inout.asm9 outl %eax, $10 label
12 outl $10 label
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Da_sign.c78 int i,inl=0,outl=0,outll=0;
118 outll=outl=EVP_PKEY_size(pkey);
119 buf_out=(unsigned char *)OPENSSL_malloc((unsigned int)outl);
122 outl=0;
132 (unsigned int *)&outl,pkey))
134 outl=0;
141 signature->length=outl;
153 return(outl);
181 size_t inl=0,outl=0,outll=0; local
199 outl
[all...]
/external/openssl/crypto/asn1/
H A Da_sign.c136 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
[all...]
/external/openssl/crypto/evp/
H A Devp_enc.c262 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, argument
266 return EVP_EncryptUpdate(ctx,out,outl,in,inl);
267 else return EVP_DecryptUpdate(ctx,out,outl,in,inl);
270 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
273 return EVP_EncryptFinal_ex(ctx,out,outl);
274 else return EVP_DecryptFinal_ex(ctx,out,outl);
277 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
280 return EVP_EncryptFinal(ctx,out,outl);
281 else return EVP_DecryptFinal(ctx,out,outl);
308 int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, argument
381 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
388 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
434 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
495 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
502 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
H A Dp_open.c113 int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
117 i=EVP_DecryptFinal_ex(ctx,out,outl);
H A Dp_seal.c98 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) argument
112 i = EVP_EncryptFinal_ex(ctx,out,outl);
H A Dencode.c131 void EVP_EncodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
137 *outl=0;
172 *outl=total;
175 void EVP_EncodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
186 *outl=ret;
235 int EVP_DecodeUpdate(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
352 *outl=ret;
399 int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
403 *outl=0;
409 *outl
[all...]
H A Devp_test.c144 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);
H A Dbio_enc.c143 static int enc_read(BIO *b, char *out, int outl) argument
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;
H A Dbio_b64.c144 static int b64_read(BIO *b, char *out, int outl) argument
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)
353 if (ctx->buf_len <= outl)
356 i=outl;
366 outl-=i;
H A Dbio_ok.c213 static int ok_read(BIO *b, char *out, int outl) argument
223 while(outl > 0)
230 if (i > outl) i=outl;
234 outl-=i;
258 if (outl == 0) break;
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dpacketed_bio.cc50 static int packeted_read(BIO *bio, char *out, int outl) { argument
74 if (outl > (int)len) {
75 outl = len;
77 memcpy(out, buf, outl);
79 return outl;
H A Dasync_bio.cc69 static int async_read(BIO *bio, char *out, int outl) { argument
83 if (!a->datagram && (size_t)outl > a->read_quota) {
84 outl = a->read_quota;
86 int ret = BIO_read(bio->next_bio, out, outl);
/external/openssl/crypto/pem/
H A Dpem_seal.c122 void PEM_SealUpdate(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *out, int *outl, argument
128 *outl=0;
139 *outl+=j;
147 unsigned char *out, int *outl, EVP_PKEY *priv)
170 *outl=j;
173 *outl+=j;
146 PEM_SealFinal(PEM_ENCODE_SEAL_CTX *ctx, unsigned char *sig, int *sigl, unsigned char *out, int *outl, EVP_PKEY *priv) argument
/external/lldb/test/pexpect-2.4/examples/
H A Dssh_session.py34 outl = 'class :'+self.__class__.__name__
37 outl += '\n\t'+attr+' : '+'*'*len(self.password)
39 outl += '\n\t'+attr+' : '+str(getattr(self, attr))
40 return outl
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher_test.c131 int outl, outl2, mode; local
172 if (an && !EVP_EncryptUpdate(&ctx, NULL, &outl, aad, an)) {
184 if (!EVP_EncryptUpdate(&ctx, out, &outl, plaintext, pn)) {
189 if (!EVP_EncryptFinal_ex(&ctx, out + outl, &outl2)) {
195 if (outl + outl2 != cn) {
197 outl + outl2, cn);
248 if (an && !EVP_DecryptUpdate(&ctx, NULL, &outl, aad, an)) {
260 if (!EVP_DecryptUpdate(&ctx, out, &outl, ciphertext, cn)) {
266 if (!EVP_DecryptFinal_ex(&ctx, out + outl, &outl2)) {
272 if (outl
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbuffer.c143 static int buffer_read(BIO *bio, char *out, int outl) { argument
160 if (i > outl) {
161 i = outl;
167 if (outl == i) {
170 outl -= i;
178 if (outl > ctx->ibuf_size) {
180 i = BIO_read(bio->next_bio, out, outl);
189 if (outl == i) {
193 outl -= i;
H A Dsocket.c92 static int sock_read(BIO *b, char *out, int outl) { argument
100 ret = recv(b->num, out, outl, 0);
/external/openssl/crypto/bio/
H A Dbf_nbio.c126 static int nbiof_read(BIO *b, char *out, int outl) argument
142 if (outl > num) outl=num;
152 ret=BIO_read(b->next_bio,out,outl);
H A Dbf_buff.c131 static int buffer_read(BIO *b, char *out, int outl) argument
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;
H A Dbf_null.c111 static int nullf_read(BIO *b, char *out, int outl) argument
117 ret=BIO_read(b->next_bio,out,outl);
H A Dbss_mem.c145 static int mem_read(BIO *b, char *out, int outl) argument
152 ret=(outl >=0 && (size_t)outl > bm->length)?(int)bm->length:outl;
H A Dbss_null.c104 static int null_read(BIO *b, char *out, int outl) argument
/external/chromium_org/third_party/boringssl/src/crypto/pem/
H A Dpem_lib.c549 int nlen,n,i,j,outl; local
581 EVP_EncodeUpdate(&ctx,buf,&outl,&(data[j]),n);
582 if ((outl) && (BIO_write(bp,(char *)buf,outl) != outl))
584 i+=outl;
588 EVP_EncodeFinal(&ctx,buf,&outl);
589 if ((outl > 0) && (BIO_write(bp,(char *)buf,outl) != outl)) got
[all...]
/external/openssl/crypto/cms/
H A Dcms_pwri.c230 int outl, rv = 0; local
243 EVP_DecryptUpdate(ctx, tmp + inlen - 2 * blocklen, &outl,
249 EVP_DecryptUpdate(ctx, tmp, &outl,
252 EVP_DecryptUpdate(ctx, tmp, &outl, in, inlen - blocklen);
257 EVP_DecryptUpdate(ctx, tmp, &outl, tmp, inlen);

Completed in 7845 milliseconds

123