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

  /external/boringssl/src/crypto/bio/
bio.c 309 int BIO_method_type(const BIO *bio) { return bio->method->type; }
  /external/boringssl/src/include/openssl/
bio.h 220 /* BIO_method_type returns the type of |bio|, which is one of the |BIO_TYPE_*|
222 OPENSSL_EXPORT int BIO_method_type(const BIO *bio);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 1012 BIO_method_type(ssl->rbio) != BIO_TYPE_FD ||
1029 if (ssl->wbio == NULL || BIO_method_type(ssl->wbio) != BIO_TYPE_FD ||
    [all...]

Completed in 89 milliseconds