| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | ra_loader.c | 378 session = apr_pcalloc(sesspool, sizeof(*session)); in svn_ra_open5() 465 session = apr_pcalloc(result_pool, sizeof(*session)); in svn_ra__dup_session() 498 return session->vtable->reparent(session, url, pool); in svn_ra_reparent() 585 return session->vtable->change_rev_prop(session, rev, name, in svn_ra_change_rev_prop2() 721 return session->vtable->do_update(session, in svn_ra_do_update3() 747 return session->vtable->do_switch(session, in svn_ra_do_switch3() 770 return session->vtable->do_status(session, in svn_ra_do_status2() 791 return session->vtable->do_diff(session, in svn_ra_do_diff3() 951 SVN_ERR(session->vtable->get_uuid(session, uuid, pool)); in svn_ra_get_uuid2() 960 return session->vtable->get_uuid(session, uuid, pool); in svn_ra_get_uuid() [all …]
|
| H A D | ra_loader.h | 89 svn_error_t *(*reparent)(svn_ra_session_t *session, 143 svn_error_t *(*get_dir)(svn_ra_session_t *session, 229 svn_error_t *(*stat)(svn_ra_session_t *session, 268 svn_error_t *(*lock)(svn_ra_session_t *session, 276 svn_error_t *(*unlock)(svn_ra_session_t *session, 294 svn_error_t *(*replay)(svn_ra_session_t *session, 308 (*replay_range)(svn_ra_session_t *session, 338 svn_error_t *(*list)(svn_ra_session_t *session, 356 svn_ra_session_t *session, 373 svn_ra_session_t *session, [all …]
|
| H A D | deprecated.c | 283 return session->vtable->do_diff(session, in svn_ra_do_diff2() 291 svn_error_t *svn_ra_do_diff(svn_ra_session_t *session, in svn_ra_do_diff() argument 310 svn_error_t *svn_ra_get_log(svn_ra_session_t *session, in svn_ra_get_log() argument 366 svn_ra_do_update2(svn_ra_session_t *session, in svn_ra_do_update2() argument 378 svn_ra_do_update3(session, in svn_ra_do_update2() 403 return session->vtable->do_update(session, in svn_ra_do_update() 415 svn_ra_do_switch2(svn_ra_session_t *session, in svn_ra_do_switch2() argument 427 svn_ra_do_switch3(session, in svn_ra_do_switch2() 454 return session->vtable->do_switch(session, in svn_ra_do_switch() 480 return session->vtable->do_status(session, in svn_ra_do_status() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | options.c | 160 svn_ra_serf__session_t *session = opt_ctx->session; in capabilities_headers_iterator_callback() local 267 session->supported_posts = apr_hash_make(session->pool); in capabilities_headers_iterator_callback() 273 session->repos_root = session->session_url; in capabilities_headers_iterator_callback() 288 session->me_resource = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 290 session->me_resource = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 295 session->rev_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 303 session->txn_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 311 session->vtxn_stub = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 319 session->uuid = apr_pstrdup(session->pool, val); in capabilities_headers_iterator_callback() 376 svn_ra_serf__session_t *session = opt_ctx->session; in options_response_handler() local [all …]
|
| H A D | util.c | 443 svn_ra_serf__session_t *session = conn->session; in ssl_server_cert_cb() local 595 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__conn_setup() local 681 svn_ra_serf__session_t *session = conn->session; in handle_client_cert() local 687 realm = construct_realm(session, session->pool); in handle_client_cert() 720 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__handle_client_cert() local 736 svn_ra_serf__session_t *session = conn->session; in handle_client_cert_pw() local 776 svn_ra_serf__session_t *session = conn->session; in svn_ra_serf__handle_client_cert_pw() local 1190 svn_ra_serf__session_t *session = handler->session; in svn_ra_serf__credentials_callback() local 1696 if (session->vcc_url && session->repos_root_str) in svn_ra_serf__discover_vcc() 1774 session->repos_root = session->session_url; in svn_ra_serf__discover_vcc() [all …]
|
| H A D | serf.c | 190 if (session->auth_baton) in load_config() 358 session->max_connections = 2; in load_config() 442 serf_config_authn_types(session->context, session->authn_types); in load_config() 582 session->priv = serf_sess; in svn_ra_serf__open() 818 if (!session->repos_root_str) in svn_ra_serf__reparent() 836 session->session_url.path = apr_pstrdup(session->pool, new_url.path); in svn_ra_serf__reparent() 837 session->session_url_str = apr_pstrdup(session->pool, url); in svn_ra_serf__reparent() 977 if (!session->repos_root_str) in svn_ra_serf__get_repos_root() 1005 if (!session->uuid) in svn_ra_serf__get_uuid() 1017 if (!session->uuid) in svn_ra_serf__get_uuid() [all …]
|
| H A D | stat.c | 59 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__check_path() local 64 url = session->session_url.path; in svn_ra_serf__check_path() 75 session, in svn_ra_serf__check_path() 82 err = svn_ra_serf__fetch_node_props(&props, session, in svn_ra_serf__check_path() 215 svn_ra_serf__session_t *session, in get_dirent_props() argument 237 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__stat() local 244 url = session->session_url.path; in svn_ra_serf__stat() 255 session, in svn_ra_serf__stat() 428 path = session->session_url.path; in svn_ra_serf__get_dir() 442 session, in svn_ra_serf__get_dir() [all …]
|
| H A D | property.c | 647 svn_ra_serf__session_t *session, in retrieve_baseline_info() argument 657 SVN_ERR(svn_ra_serf__fetch_node_props(&props, session, in retrieve_baseline_info() 707 svn_ra_serf__session_t *session, in v1_get_youngest_revnum() argument 744 SVN_ERR(svn_ra_serf__blncache_set(session->blncache, in v1_get_youngest_revnum() 763 if (SVN_RA_SERF__HAVE_HTTPV2_SUPPORT(session)) in svn_ra_serf__get_youngest_revnum() 786 svn_ra_serf__session_t *session, in get_baseline_info() argument 794 if (SVN_RA_SERF__HAVE_HTTPV2_SUPPORT(session)) in get_baseline_info() 803 revnum_used, session, scratch_pool)); in get_baseline_info() 838 session, vcc_url, in get_baseline_info() 850 svn_ra_serf__session_t *session, in svn_ra_serf__get_stable_url() argument [all …]
|
| H A D | get_file.c | 63 svn_ra_serf__session_t *session; member 91 if (fetch_ctx->session->using_compression != svn_tristate_false) in headers_fetch() 146 svn_ra_serf__session_t *session, in try_get_wc_contents() argument 158 if (!session->wc_callbacks->get_wc_contents in try_get_wc_contents() 168 err = session->wc_callbacks->get_wc_contents( in try_get_wc_contents() 169 session->wc_callback_baton, &wc_stream, checksum, pool); in try_get_wc_contents() 326 svn_ra_serf__session_t *session = ra_session->priv; in svn_ra_serf__get_file() local 346 session, in svn_ra_serf__get_file() 356 else if (stream && session->wc_callbacks->get_wc_contents) in svn_ra_serf__get_file() 399 stream_ctx->session = session; in svn_ra_serf__get_file() [all …]
|
| /freebsd-13.1/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 133 struct session *session); 136 struct session *session, uint32 plen); 522 if ((!pars.isactive) && ((session == NULL) || ((session != NULL) && (session->sockdata == 0)))) in daemon_serviceloop() 866 if (session) in daemon_serviceloop() 1671 session = malloc(sizeof(struct session)); in daemon_msg_startcap_req() 1693 memset(&session->thread, 0, sizeof(session->thread)); in daemon_msg_startcap_req() 1936 struct session *session) in daemon_msg_endcap_req() argument 2056 struct session *session, uint32 plen) in daemon_msg_updatefilter_req() argument 2198 if (session && session->fp) in daemon_msg_stats_req() 2258 session = (struct session *) ptr; in daemon_thrdatamain() [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_session_cache_mode.pod | 16 SSL_CTX_set_session_cache_mode() enables/disables session caching 28 In order to reuse a session, a client must send the session's id to the 31 session). 33 A server will look up the session in its internal session storage. If the 39 context, the session id context must be set by the server (see 42 The following session cache modes and modifiers are available: 48 No session caching for client or server takes place. 62 session to be reused, the server looks for the corresponding session in (first) 65 server will try to reuse the session. This is the default. 73 Normally the session cache is checked for expired sessions every [all …]
|
| H A D | SSL_CTX_add_session.pod | 5 SSL_CTX_add_session, SSL_CTX_remove_session - manipulate session cache 17 SSL_CTX_add_session() adds the session B<c> to the context B<ctx>. The 18 reference count for session B<c> is incremented by 1. If a session with 19 the same session id already exists, the old session is removed by calling 27 When adding a new session to the internal session cache, it is examined 28 whether a session with the same session id already exists. In this case 29 it is assumed that both sessions are identical. If the same session is 30 stored in a different SSL_SESSION object, The old session is 31 removed and replaced by the new session. If the session is actually 38 cache will be searched automatically for session-resume requests (the [all …]
|
| H A D | SSL_CTX_sess_set_get_cb.pod | 32 called whenever a new session was negotiated. 35 called whenever a session is removed by the SSL engine. For example, 40 whenever a TLS client proposed to resume a session but the session 41 could not be found in the internal session cache (see 53 session cache is realized via callback functions. Inside these callback 60 ssl session B<sess>. 80 L<SSL_CTX_remove_session(3)> after a session has been used. 85 for all sessions in the internal session cache when 90 the session id 92 session caching was disabled. The get_session_cb() is passed the [all …]
|
| H A D | SSL_CTX_set_generate_session_id.pod | 7 - manipulate generation of SSL session IDs (server only) 24 new session ids for SSL/TLS sessions for B<ctx> to be B<cb>. 27 new session ids for SSL/TLS sessions for B<ssl> to be B<cb>. 29 SSL_has_matching_session_id() checks, whether a session with id B<id> 36 generates a session id. The session id is an arbitrary sequence of bytes. 37 The length of the session id is between 1 and 32 bytes. The session id is not 43 session id from pseudo random numbers of the maximum possible length. 44 Using the callback function, the session id can be changed to contain 74 not the external one. Since the session id is generated before the 77 can occur in that another thread generates the same session id. [all …]
|
| H A D | SSL_get_session.pod | 5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data 28 The ssl session contains all information required to re-establish the 43 sent, or if no session tickets were sent then the session for the current 48 The new session callback is only invoked when a session is actually established, 54 A session will be automatically removed from the session cache and marked as 62 SSL_get0_session() returns a pointer to the actual session. As the 65 L<SSL_free(3)> is called, the session may be removed completely 72 but stays in memory. In order to remove the session 77 list, when being inserted into one SSL_CTX object's session cache. 90 There is no session available in B<ssl>. [all …]
|
| H A D | SSL_set_session.pod | 5 SSL_set_session - set a TLS/SSL session to be used during TLS/SSL connect 11 int SSL_set_session(SSL *ssl, SSL_SESSION *session); 15 SSL_set_session() sets B<session> to be used when the TLS/SSL connection 17 When the session is set, the reference count of B<session> is incremented 18 by 1. If the session is not reused, the reference count is decremented 19 again during SSL_connect(). Whether the session was reused can be queried 22 If there is already a session set inside B<ssl> (because it was set with 25 session is still B<open>, it is considered bad and will be removed from the 26 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was 32 SSL_SESSION objects keep internal link information about the session cache [all …]
|
| H A D | SSL_CTX_set_session_id_context.pod | 19 B<sid_ctx_len> within which a session can be reused for the B<ctx> object. 22 B<sid_ctx_len> within which a session can be reused for the B<ssl> object. 28 to re-import a session generated from another context (e.g. another 36 The session id context becomes part of the session. The session id context 41 OpenSSL clients will check the session id context returned by the server 42 when reusing a session. 49 If the session id context is not set on an SSL/TLS server and client 54 If a server returns a different session id context to an OpenSSL client 55 when reusing a session, an error will be flagged and the handshake will 58 a session as described above. [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | test_soft_pkcs11.c | 42 find_object(CK_SESSION_HANDLE session, in find_object() argument 69 ret = (*func->C_FindObjectsFinal)(session); in find_object() 89 CK_SESSION_HANDLE session; in main() local 123 NULL, NULL, &session); in main() 132 ret = (*func->C_Login)(session, CKU_USER, in main() 145 ret = find_object(session, "cert", CKO_PUBLIC_KEY, &public); in main() 159 ret = (*func->C_SignInit)(session, &mechanism, private); in main() 171 ret = (*func->C_VerifyInit)(session, &mechanism, public); in main() 192 ret = (*func->C_EncryptInit)(session, &mechanism, public); in main() 204 ret = (*func->C_DecryptInit)(session, &mechanism, private); in main() [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ref/ |
| H A D | pkcs11.h | 766 (ck_session_handle_t session, 769 (ck_session_handle_t session, 773 (ck_session_handle_t session, 784 (ck_session_handle_t session, 792 (ck_session_handle_t session, 795 (ck_session_handle_t session, 799 (ck_session_handle_t session, 804 (ck_session_handle_t session, 809 (ck_session_handle_t session, 813 (ck_session_handle_t session, [all …]
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | pkcs11.h | 766 (ck_session_handle_t session, 769 (ck_session_handle_t session, 773 (ck_session_handle_t session, 784 (ck_session_handle_t session, 792 (ck_session_handle_t session, 795 (ck_session_handle_t session, 799 (ck_session_handle_t session, 804 (ck_session_handle_t session, 809 (ck_session_handle_t session, 813 (ck_session_handle_t session, [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_local/ |
| H A D | ra_plugin.c | 80 get_username(svn_ra_session_t *session, in get_username() argument 291 make_reporter(svn_ra_session_t *session, in make_reporter() argument 624 session->priv = sess; in svn_ra_local__open() 758 SVN_ERR(get_username(session, pool)); in svn_ra_local__change_rev_prop() 812 svn_ra_session_t *session; member 854 ccwb->session = session; in remap_commit_callback() 892 SVN_ERR(get_username(session, pool)); in svn_ra_local__get_commit_editor() 990 return make_reporter(session, in svn_ra_local__do_update() 1021 return make_reporter(session, in svn_ra_local__do_switch() 1048 return make_reporter(session, in svn_ra_local__do_status() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_ra.h | 968 svn_ra_rev_prop(svn_ra_session_t *session, 1096 svn_ra_get_file(svn_ra_session_t *session, 1131 svn_ra_get_dir2(svn_ra_session_t *session, 1150 svn_ra_get_dir(svn_ra_session_t *session, 1205 svn_ra_list(svn_ra_session_t *session, 1612 svn_ra_do_diff(svn_ra_session_t *session, 1707 svn_ra_get_log(svn_ra_session_t *session, 1744 svn_ra_stat(svn_ra_session_t *session, 1951 svn_ra_lock(svn_ra_session_t *session, 1983 svn_ra_unlock(svn_ra_session_t *session, [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 957 (pd)->pd_prov_handle, session, mac_mech, mac_key, \ 969 (pd)->pd_prov_handle, session, mac_mech, mac_key, \ 987 session, buf, len, req) : CRYPTO_NOT_SUPPORTED) 1001 session, req) : CRYPTO_NOT_SUPPORTED) 1007 session, req) : CRYPTO_NOT_SUPPORTED) 1015 #define KCF_PROV_SESSION_LOGOUT(pd, session, req) ( \ argument 1019 session, req) : CRYPTO_NOT_SUPPORTED) 1034 session, object, template, count, new_object, req) : \ 1040 session, object, req) : CRYPTO_NOT_SUPPORTED) 1092 session, mech, template, count, object, req) : \ [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 167 crp->crp_opaque = session; in zfs_crypto_dispatch() 173 mtx_lock(&session->fs_lock); in zfs_crypto_dispatch() 174 while (session->fs_done == false) in zfs_crypto_dispatch() 177 mtx_unlock(&session->fs_lock); in zfs_crypto_dispatch() 187 session->fs_done = false; in zfs_crypto_dispatch() 343 session = kmem_zalloc(sizeof (*session), KM_SLEEP); in freebsd_crypt_uio() 348 session = input_sessionp; in freebsd_crypt_uio() 377 kmem_free(session, sizeof (*session)); in freebsd_crypt_uio() 562 session = kmem_zalloc(sizeof (*session), KM_SLEEP); in freebsd_crypt_uio() 567 session = input_sessionp; in freebsd_crypt_uio() [all …]
|
| /freebsd-13.1/crypto/openssl/doc/man1/ |
| H A D | sess_id.pod | 6 sess_id - SSL/TLS session handling utility 22 The B<sess_id> process the encoded version of the SSL session structure 23 and optionally prints out SSL session details (for example the SSL session 71 This option prevents output of the encoded version of the session. 75 This option can set the session id so the output session information uses the 111 The SSL session ID in hex format. 115 The session ID context in hex format. 119 This is the SSL session master key. 138 The PEM encoded session format uses the header and footer lines: 143 Since the SSL session output contains the master key it is [all …]
|