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

/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 10 milliseconds