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

  /external/boringssl/src/ssl/
d1_meth.c 80 const SSL_METHOD *DTLS_method(void) {
81 static const SSL_METHOD method = {
90 const SSL_METHOD *DTLSv1_2_method(void) {
91 static const SSL_METHOD method = {
98 const SSL_METHOD *DTLSv1_method(void) {
99 static const SSL_METHOD method = {
108 const SSL_METHOD *DTLSv1_2_server_method(void) {
112 const SSL_METHOD *DTLSv1_server_method(void) {
116 const SSL_METHOD *DTLSv1_2_client_method(void) {
120 const SSL_METHOD *DTLSv1_client_method(void)
    [all...]
s3_meth.c 79 const SSL_METHOD *TLS_method(void) {
80 static const SSL_METHOD method = {
87 const SSL_METHOD *SSLv23_method(void) {
93 const SSL_METHOD *TLSv1_2_method(void) {
94 static const SSL_METHOD method = {
101 const SSL_METHOD *TLSv1_1_method(void) {
102 static const SSL_METHOD method = {
109 const SSL_METHOD *TLSv1_method(void) {
110 static const SSL_METHOD method = {
117 const SSL_METHOD *SSLv3_method(void)
    [all...]
ssl_test.cc 461 const SSL_METHOD *(*method)(void)) {
ssl_lib.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 256 /* An SSL_METHOD selects whether to use TLS or DTLS. */
257 typedef struct ssl_method_st SSL_METHOD;
259 /* TLS_method is the |SSL_METHOD| used for TLS (and SSLv3) connections. */
260 OPENSSL_EXPORT const SSL_METHOD *TLS_method(void);
262 /* DTLS_method is the |SSL_METHOD| used for DTLS connections. */
263 OPENSSL_EXPORT const SSL_METHOD *DTLS_method(void);
268 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
    [all...]
  /external/boringssl/
android_compat_hacks.c 68 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *method) {
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1197 static SSL_METHOD patch_ssl_method;
1198 static const SSL_METHOD *real_ssl_method;
1232 * Use a temporary SSL_METHOD to get a callback on SSL_new()
    [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 283 milliseconds