Searched refs:SSL_has_matching_session_id (Results 1 – 10 of 10) 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 | 335 } while (SSL_has_matching_session_id(ssl, id, *id_len) && in def_generate_session_id() 429 if (SSL_has_matching_session_id(ssl, ss->session_id, in ssl_generate_session_id()
|
H A D | ssl_lib.c | 1088 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 | 675 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in 1759 __owur int SSL_has_matching_session_id(const SSL *s,
|
H A D | ssl.h | 1806 __owur int SSL_has_matching_session_id(const SSL *s,
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 3817 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 512 | `SSL_has_matching_session_id` | HL | U | A | NC\* | Done …
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4172 MLINKS+= SSL_CTX_set_generate_session_id.3 SSL_has_matching_session_id.3
|