Searched refs:SSL_has_matching_session_id (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/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)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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)
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
| H A D | ssl.map | 300 SSL_has_matching_session_id;
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
| H A D | ssl.map | 388 SSL_has_matching_session_id;
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_sess.c | 264 while (SSL_has_matching_session_id(ssl, id, *id_len) && in def_generate_session_id() 352 if (SSL_has_matching_session_id(s, ss->session_id, in ssl_generate_session_id()
|
| H A D | ssl_lib.c | 922 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, in SSL_has_matching_session_id() function
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | libssl.num | 72 SSL_has_matching_session_id 73 1_1_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | libssl.num | 72 SSL_has_matching_session_id 73 3_0_0 EXIST::FUNCTION:
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | ssl.h | 1681 __owur int SSL_has_matching_session_id(const SSL *s,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | s_server.c | 3562 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_server.c | 3673 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
|