Home
last modified time | relevance | path

Searched refs:SSL_SESSION_set_ex_data (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_get_ex_new_index.pod18 SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data,
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h964 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \
2019 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);
/third_party/openssl/ssl/
Dssl_sess.c112 int SSL_SESSION_set_ex_data(SSL_SESSION *s, int idx, void *arg) in SSL_SESSION_set_ex_data() function
/third_party/openssl/util/
Dlibssl.num14 SSL_SESSION_set_ex_data 15 3_0_0 EXIST::FUNCTION:
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c947 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, NULL); in remove_session_cb()
5470 if (SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, data) != 1) in tls_connection_set_success_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c953 SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, NULL); in remove_session_cb()
5759 if (SSL_SESSION_set_ex_data(sess, tls_ex_idx_session, data) != 1) in tls_connection_set_success_data()
/third_party/openssl/include/openssl/
Dssl.h.in962 # define SSL_SESSION_set_app_data(s,a) (SSL_SESSION_set_ex_data(s,0, \
2100 __owur int SSL_SESSION_set_ex_data(SSL_SESSION *ss, int idx, void *data);