/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
bio_ber.c | 285 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n); 312 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
|
pk7_smime.c | 390 if (tmpout) BIO_write(tmpout, buf, i); 597 if (BIO_write(data, buf, i) != i)
|
/external/openssl/crypto/evp/ |
bio_enc.c | 243 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n); 270 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
|
bio_b64.c | 398 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n); 473 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
|
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 285 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n); 312 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
|
pk7_smime.c | 390 if (tmpout) BIO_write(tmpout, buf, i); 597 if (BIO_write(data, buf, i) != i)
|
/system/core/adb/ |
adb_auth_host.c | 161 BIO_write(bio, &pkey, sizeof(pkey)); 167 BIO_write(bfile, info, strlen(info));
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
enc.c | 533 && (BIO_write(wbio,magic, 535 || BIO_write(wbio, 664 if (BIO_write(wbio,(char *)buff,inl) != inl)
|
genpkey.c | 434 BIO_write(b,&c,1);
|
genrsa.c | 322 BIO_write(cb->arg,&c,1);
|
rsautl.c | 309 else BIO_write(out, rsa_out, rsa_outlen);
|
s_server.c | 670 ret=BIO_write(b->next_bio, wbuf->buff, inl); [all...] |
/external/openssl/apps/ |
enc.c | 533 && (BIO_write(wbio,magic, 535 || BIO_write(wbio, 664 if (BIO_write(wbio,(char *)buff,inl) != inl)
|
genpkey.c | 434 BIO_write(b,&c,1);
|
genrsa.c | 322 BIO_write(cb->arg,&c,1);
|
rsautl.c | 309 else BIO_write(out, rsa_out, rsa_outlen);
|
s_server.c | 670 ret=BIO_write(b->next_bio, wbuf->buff, inl); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
bio_b64.c | 398 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n); 473 i=BIO_write(b->next_bio,&(ctx->buf[ctx->buf_off]),n);
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsatest.c | 249 BIO_write(arg->arg,&c,1);
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_prn.c | 193 if (BIO_write(bp,"\n",1) <= 0) return 0;
|
/external/openssl/crypto/dsa/ |
dsatest.c | 249 BIO_write(arg->arg,&c,1);
|
/external/openssl/crypto/x509v3/ |
v3_prn.c | 193 if (BIO_write(bp,"\n",1) <= 0) return 0;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
b_print.c | 799 ret=BIO_write(bio, dynbuf, (int)retlen); 804 ret=BIO_write(bio, hugebuf, (int)retlen);
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 629 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount); 683 ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
|
/external/openssl/crypto/bio/ |
b_print.c | 799 ret=BIO_write(bio, dynbuf, (int)retlen); 804 ret=BIO_write(bio, hugebuf, (int)retlen);
|