HomeSort by relevance Sort by last modified time
    Searched refs:BIO_method_type (Results 1 - 6 of 6) 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/bio/
bio_lib.c 184 int BIO_method_type(const BIO *b)
bio.h 292 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 292 int BIO_method_type(const BIO *b);
    [all...]
  /external/openssl/ssl/
ssl_lib.c 691 if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
713 if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
    [all...]

Completed in 100 milliseconds