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

  /external/boringssl/src/ssl/
tls_method.cc 123 const SSL_METHOD *TLS_method(void) {
124 static const SSL_METHOD kMethod = {
132 const SSL_METHOD *SSLv23_method(void) {
138 const SSL_METHOD *TLSv1_2_method(void) {
139 static const SSL_METHOD kMethod = {
147 const SSL_METHOD *TLSv1_1_method(void) {
148 static const SSL_METHOD kMethod = {
156 const SSL_METHOD *TLSv1_method(void) {
157 static const SSL_METHOD kMethod = {
165 const SSL_METHOD *SSLv3_method(void)
    [all...]
dtls_method.cc 131 const SSL_METHOD *DTLS_method(void) {
132 static const SSL_METHOD kMethod = {
142 const SSL_METHOD *DTLSv1_2_method(void) {
143 static const SSL_METHOD kMethod = {
151 const SSL_METHOD *DTLSv1_method(void) {
152 static const SSL_METHOD kMethod = {
162 const SSL_METHOD *DTLSv1_2_server_method(void) {
166 const SSL_METHOD *DTLSv1_server_method(void) {
170 const SSL_METHOD *DTLSv1_2_client_method(void) {
174 const SSL_METHOD *DTLSv1_client_method(void)
    [all...]
ssl_test.cc 755 const SSL_METHOD *(*method)(void)) {
    [all...]
ssl_lib.cc 229 SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
298 * uses of SSL_METHOD, but we do not set the minimum version for
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 178 * an |SSL_METHOD| on creation.
184 /* TLS_method is the |SSL_METHOD| used for TLS (and SSLv3) connections. */
185 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
187 /* DTLS_method is the |SSL_METHOD| used for DTLS connections. */
188 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
192 OPENSSL_EXPORT const SSL_METHOD *TLS_with_buffers_method(void);
196 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
    [all...]
base.h 321 typedef struct ssl_method_st SSL_METHOD;
  /external/curl/lib/vtls/
cyassl.c 139 SSL_METHOD* req_method = NULL;
openssl.c     [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1257 static SSL_METHOD patch_ssl_method;
1258 static const SSL_METHOD *real_ssl_method;
    [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...]
  /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 316 milliseconds