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

  /external/boringssl/src/ssl/
tls_method.cc 183 const SSL_METHOD *TLS_method(void) {
184 static const SSL_METHOD kMethod = {
192 const SSL_METHOD *SSLv23_method(void) {
196 const SSL_METHOD *TLS_with_buffers_method(void) {
197 static const SSL_METHOD kMethod = {
207 const SSL_METHOD *TLSv1_2_method(void) {
208 static const SSL_METHOD kMethod = {
216 const SSL_METHOD *TLSv1_1_method(void) {
217 static const SSL_METHOD kMethod = {
225 const SSL_METHOD *TLSv1_method(void)
    [all...]
dtls_method.cc 131 const SSL_METHOD *DTLS_method(void) {
132 static const SSL_METHOD kMethod = {
140 const SSL_METHOD *DTLS_with_buffers_method(void) {
141 static const SSL_METHOD kMethod = {
151 const SSL_METHOD *DTLSv1_2_method(void) {
152 static const SSL_METHOD kMethod = {
160 const SSL_METHOD *DTLSv1_method(void) {
161 static const SSL_METHOD kMethod = {
171 const SSL_METHOD *DTLSv1_2_server_method(void) {
175 const SSL_METHOD *DTLSv1_server_method(void)
    [all...]
ssl_test.cc 67 enum { is_tls, is_dtls } ssl_method; member in struct:bssl::__anon14384::VersionParam
811 const SSL_METHOD *(*method)(void)) {
    [all...]
ssl_lib.cc 522 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
584 // uses of SSL_METHOD, but we do not set the minimum version for
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 182 // an |SSL_METHOD| on creation.
188 // TLS_method is the |SSL_METHOD| used for TLS (and SSLv3) connections.
189 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
191 // DTLS_method is the |SSL_METHOD| used for DTLS connections.
192 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
198 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void);
202 OPENSSL_EXPORT const SSL_METHOD *DTLS_with_buffers_method(void);
206 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
    [all...]
base.h 327 typedef struct ssl_method_st SSL_METHOD;
  /external/curl/lib/vtls/
cyassl.c 158 SSL_METHOD* req_method = NULL;
openssl.c     [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c     [all...]
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 908 const SSL_METHOD* method;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]

Completed in 259 milliseconds