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

  /external/libevent/
openssl-compat.h 27 #define BIO_get_init(b) (b)->init
bufferevent_openssl.c 125 if (BIO_get_init(b) && BIO_get_data(b))
    [all...]
  /external/boringssl/src/crypto/bio/
bio.c 627 int BIO_get_init(BIO *bio) { return bio->init; }
  /external/boringssl/src/include/openssl/
bio.h 676 // BIO_get_init returns whether |bio| has been fully initialized.
677 OPENSSL_EXPORT int BIO_get_init(BIO *bio);
    [all...]

Completed in 943 milliseconds