Searched refs:bio_write (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dpair.c235 static int bio_write(BIO *bio, const char *buf, int num_) { function
254 OPENSSL_PUT_ERROR(BIO, bio_write, BIO_R_BROKEN_PIPE);
478 return bio_write(bio, str, strlen(str));
532 BIO_TYPE_BIO, "BIO pair", bio_write, bio_read,
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dopenssl_rsakey.py115 m2.bio_write(bio, s)
/external/openssl/crypto/bio/
H A Dbss_bio.c99 static int bio_write(BIO *bio, const char *buf, int num);
110 bio_write,
352 static int bio_write(BIO *bio, const char *buf, int num_) function
700 return bio_write(bio, str, strlen(str));

Completed in 1728 milliseconds