Home
last modified time | relevance | path

Searched refs:SSL_SESSION_get_id (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_SESSION_set1_id.pod5 SSL_SESSION_get_id,
13 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
20 SSL_SESSION_get_id() returns a pointer to the internal session id value for the
29 SSL_SESSION_get_id() returns a pointer to the session id value.
/third_party/nghttp2/src/
Dtls.cc113 tls_info->session_id = SSL_SESSION_get_id(session, &session_id_length); in get_tls_session_info()
Dshrpx_mruby_module_env.cc364 auto session_id = SSL_SESSION_get_id(session, &session_id_length); in env_get_tls_session_id()
Dshrpx_log.cc732 auto session_id = SSL_SESSION_get_id(session, &session_id_length); in upstream_accesslog()
Dshrpx_tls.cc351 id = SSL_SESSION_get_id(session, &idlen); in tls_session_new_cb()
/third_party/openssl/test/
Dhandshake_helper.c1488 SSL_SESSION_get_id(serv_sess_in, &sess_id_len); in do_handshake_internal()
1655 sess_id = SSL_SESSION_get_id(sess, &sess_id_len); in do_handshake_internal()
/third_party/openssl/apps/
Ds_server.c3552 SSL_SESSION_get_id(session, &sess->idlen); in add_session()
3560 sess->id = OPENSSL_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen); in add_session()
3607 id = SSL_SESSION_get_id(session, &idlen); in del_session()
/third_party/openssl/ssl/
Dssl_sess.c226 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len) in SSL_SESSION_get_id() function
/third_party/openssl/util/
Dlibssl.num370 SSL_SESSION_get_id 371 1_1_0 EXIST::FUNCTION:
/third_party/python/Modules/
D_ssl.c4924 left_id = SSL_SESSION_get_id(((PySSLSession *)left)->session, in PySSLSession_richcompare()
4926 right_id = SSL_SESSION_get_id(((PySSLSession *)right)->session, in PySSLSession_richcompare()
5010 id = SSL_SESSION_get_id(self->session, &len); in PySSLSession_get_session_id()
/third_party/openssl/include/openssl/
Dssl.h1653 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h247 #define SSL_SESSION_get_id BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_SESSION_get_id) macro
/third_party/node/src/
Dnode_crypto.cc1821 const unsigned char* session_id_data = SSL_SESSION_get_id(sess, in NewSessionCallback()
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md2516 …tps://github.com/nodejs/node/commit/93d5ead37a)] - **crypto**: use SSL_SESSION_get_id (David Benja…
DCHANGELOG_V6.md1218 …tps://github.com/nodejs/node/commit/6b0812860d)] - **crypto**: use SSL_SESSION_get_id (David Benja…