Searched refs:SSL_has_matching_session_id (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_generate_session_id.pod | 6 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 D | Version.map | 300 SSL_has_matching_session_id;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_sess.c | 358 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 D | ssl_lib.c | 933 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 D | libssl.num | 72 SSL_has_matching_session_id 73 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h.in | 655 * 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 D | ssl.h | 1781 __owur int SSL_has_matching_session_id(const SSL *s,
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 3673 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4101 MLINKS+= SSL_CTX_set_generate_session_id.3 SSL_has_matching_session_id.3
|