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

  /external/openssl/crypto/pkcs7/
pk7_smime.c 358 if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM))
576 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
589 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER)
  /external/openssl/crypto/cms/
cms_smime.c 90 if (BIO_method_type(in) == BIO_TYPE_CIPHER)
394 if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM))
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 311 int BIO_method_type(const BIO *bio) { return bio->method->type; }
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 218 /* BIO_method_type returns the type of |bio|, which is one of the |BIO_TYPE_*|
220 OPENSSL_EXPORT int BIO_method_type(const BIO *bio);
    [all...]
  /external/openssl/crypto/bio/
bio_lib.c 184 int BIO_method_type(const BIO *b)
bio.h 295 int BIO_method_type(const BIO *b);
    [all...]
bss_dgram.c 954 return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
    [all...]
  /external/openssl/include/openssl/
bio.h 295 int BIO_method_type(const BIO *b);
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c 786 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_FD)
811 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_FD)
    [all...]
  /external/openssl/ssl/
ssl_lib.c 716 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
738 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
    [all...]

Completed in 352 milliseconds