Home
last modified time | relevance | path

Searched refs:SSL_has_matching_session_id (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_generate_session_id.pod6 SSL_has_matching_session_id, GEN_SESSION_CB
18 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
29 SSL_has_matching_session_id() checks, whether a session with id B<id>
63 SSL_has_matching_session_id() and generate another id if a conflict occurs.
73 SSL_has_matching_session_id() will only query the internal session cache,
79 the external cache is not tested with SSL_has_matching_session_id()
90 SSL_has_matching_session_id() returns 1 if another session with the
117 } while (SSL_has_matching_session_id(ssl, id, *id_len)
/freebsd/secure/lib/libssl/
H A DVersion.map300 SSL_has_matching_session_id;
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c358 while (SSL_has_matching_session_id(ssl, id, *id_len) && in def_generate_session_id()
451 if (SSL_has_matching_session_id(s, ss->session_id, in ssl_generate_session_id()
H A Dssl_lib.c933 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, in SSL_has_matching_session_id() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num72 SSL_has_matching_session_id 73 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in655 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
1709 __owur int SSL_has_matching_session_id(const SSL *s,
H A Dssl.h1781 __owur int SSL_has_matching_session_id(const SSL *s,
/freebsd/crypto/openssl/apps/
H A Ds_server.c3673 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4101 MLINKS+= SSL_CTX_set_generate_session_id.3 SSL_has_matching_session_id.3