Searched refs:BIO_TYPE_DESCRIPTOR (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbio_cb.c87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
97 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
H A Dbio.h112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/external/openssl/crypto/bio/
H A Dbio_cb.c87 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
97 if (bio->method->type & BIO_TYPE_DESCRIPTOR)
H A Dbio.h112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbio.h112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/external/openssl/include/openssl/
H A Dbio.h112 #define BIO_TYPE_DESCRIPTOR 0x0100 /* socket, fd, connect or accept */ macro
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_lib.c648 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
660 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
/external/openssl/ssl/
H A Dssl_lib.c661 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);
673 r=BIO_find_type(b,BIO_TYPE_DESCRIPTOR);

Completed in 149 milliseconds