Searched refs:SSL_OP_NO_TICKET (Results 1 - 10 of 10) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c41 #ifdef SSL_OP_NO_TICKET
893 options |= SSL_OP_NO_TICKET;
2651 #ifdef SSL_OP_NO_TICKET
2677 #else /* SSL_OP_NO_TICKET */
2704 #endif /* SSL_OP_NO_TICKET */
2726 #ifdef SSL_OP_NO_TICKET
2729 #else /* SSL_OP_NO_TICKET */
2733 #endif /* SSL_OP_NO_TICKET */
2741 #ifdef SSL_OP_NO_TICKET
2744 #else /* SSL_OP_NO_TICKET */
[all...]
/external/openssl/ssl/
H A Dt1_lib.c511 if (!(SSL_get_options(s) & SSL_OP_NO_TICKET))
751 && !(SSL_get_options(s) & SSL_OP_NO_TICKET))
1468 if ((SSL_get_options(s) & SSL_OP_NO_TICKET)
2049 if (SSL_get_options(s) & SSL_OP_NO_TICKET)
H A Dssl.h576 #define SSL_OP_NO_TICKET 0x00004000L macro
H A Dssl_lib.c1836 ret->options |= SSL_OP_NO_TICKET;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c43 #ifdef SSL_OP_NO_TICKET
935 options |= SSL_OP_NO_TICKET;
2881 #ifdef SSL_OP_NO_TICKET
2907 #else /* SSL_OP_NO_TICKET */
2934 #endif /* SSL_OP_NO_TICKET */
2956 #ifdef SSL_OP_NO_TICKET
2959 #else /* SSL_OP_NO_TICKET */
2963 #endif /* SSL_OP_NO_TICKET */
2971 #ifdef SSL_OP_NO_TICKET
2974 #else /* SSL_OP_NO_TICKET */
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c43 #ifdef SSL_OP_NO_TICKET
935 options |= SSL_OP_NO_TICKET;
2881 #ifdef SSL_OP_NO_TICKET
2907 #else /* SSL_OP_NO_TICKET */
2934 #endif /* SSL_OP_NO_TICKET */
2956 #ifdef SSL_OP_NO_TICKET
2959 #else /* SSL_OP_NO_TICKET */
2963 #endif /* SSL_OP_NO_TICKET */
2971 #ifdef SSL_OP_NO_TICKET
2974 #else /* SSL_OP_NO_TICKET */
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c43 #ifdef SSL_OP_NO_TICKET
935 options |= SSL_OP_NO_TICKET;
2881 #ifdef SSL_OP_NO_TICKET
2907 #else /* SSL_OP_NO_TICKET */
2934 #endif /* SSL_OP_NO_TICKET */
2956 #ifdef SSL_OP_NO_TICKET
2959 #else /* SSL_OP_NO_TICKET */
2963 #endif /* SSL_OP_NO_TICKET */
2971 #ifdef SSL_OP_NO_TICKET
2974 #else /* SSL_OP_NO_TICKET */
[all...]
/external/openssl/apps/
H A Ds_client.c875 { off|=SSL_OP_NO_TICKET; }
H A Ds_server.c1238 { off|=SSL_OP_NO_TICKET; }
/external/openssl/include/openssl/
H A Dssl.h576 #define SSL_OP_NO_TICKET 0x00004000L macro

Completed in 66 milliseconds