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

  /external/openssl/crypto/bio/
bio_cb.c 87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
97 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
bio.h 112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */
    [all...]
  /external/openssl/include/openssl/
bio.h 112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */
    [all...]
  /external/openssl/ssl/
ssl_lib.c 644 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
656 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
    [all...]

Completed in 93 milliseconds