HomeSort by relevance Sort by last modified time
    Searched refs:BIO_gets (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/crypto/pem/
pem_lib.c 623 i = BIO_gets(bp, buf, 254);
656 i = BIO_gets(bp, buf, 254);
688 i = BIO_gets(bp, buf, 254);
712 i = BIO_gets(bp, buf, 254);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 768 len = BIO_gets(biobuf, buf, sizeof(buf)-1);
881 len = BIO_gets(biobuf, buf, sizeof(buf)-1);
898 len = BIO_gets(biobuf, buf, sizeof(buf)-1);
916 len = BIO_gets(biobuf, buf, sizeof(buf)-1);
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 180 int BIO_gets(BIO *bio, char *buf, int len) {
  /external/boringssl/src/include/openssl/
bio.h 111 /* BIO_gets "reads a line" from |bio| and puts at most |size| bytes into |buf|.
115 * return the digest in response to a |BIO_gets| call.
119 OPENSSL_EXPORT int BIO_gets(BIO *bio, char *buf, int size);
360 * Memory BIOs support |BIO_gets| and |BIO_puts|.
648 * it, and decodes data read from it. |BIO_gets| is not supported. Call
    [all...]
  /external/boringssl/src/crypto/conf/
conf.c 555 BIO_gets(in, p, CONFBUFSIZE - 1);
  /external/python/cpython2/Modules/
_ssl.c 1004 len = BIO_gets(biobuf, buf, sizeof(buf)-1);
    [all...]

Completed in 1071 milliseconds