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

  /external/openssl/crypto/bio/
bio_lib.c 184 int BIO_method_type(const BIO *b)
bio.h 265 int BIO_method_type(const BIO *b);
  /external/openssl/crypto/pkcs7/
pk7_smime.c 358 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM))
  /external/openssl/include/openssl/
bio.h 265 int BIO_method_type(const BIO *b);
  /external/openssl/ssl/
ssl_lib.c 673 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
695 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
    [all...]

Completed in 433 milliseconds