Searched refs:SSL_OP_COOKIE_EXCHANGE (Results 1 - 6 of 6) sorted by relevance

/external/openssl/ssl/
H A Dd1_lib.c474 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE);
H A Ds3_srvr.c972 if (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE)
1056 if ((SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE) &&
H A Dd1_srvr.c302 if (ret == 1 && (SSL_get_options(s) & SSL_OP_COOKIE_EXCHANGE))
H A Dssl.h574 #define SSL_OP_COOKIE_EXCHANGE 0x00002000L macro
/external/openssl/include/openssl/
H A Dssl.h574 #define SSL_OP_COOKIE_EXCHANGE 0x00002000L macro
/external/openssl/apps/
H A Ds_server.c2033 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);

Completed in 442 milliseconds