Home
last modified time | relevance | path

Searched refs:sec_handle (Results 1 – 25 of 45) sorted by relevance

12

/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Dsecurity-util.h64 struct sec_handle;
86 int (*recv_security_ok)(struct sec_handle *, pkt_t *);
109 struct sec_handle { struct
127 struct sec_handle * prev; argument
128 struct sec_handle * next; argument
131 int (*recv_security_ok)(struct sec_handle *, pkt_t *); argument
172 struct sec_handle *bh_first, *bh_last;
174 int (*recv_security_ok)(struct sec_handle *, pkt_t *);
247 int bsd_recv_security_ok(struct sec_handle *, pkt_t *);
264 const char *pkthdr2str(const struct sec_handle *, const pkt_t *);
[all …]
H A Dbsdtcp-security.c97 static int runbsdtcp(struct sec_handle *, in_port_t port);
112 struct sec_handle *rh; in bsdtcp_connect()
126 rh = g_new0(struct sec_handle, 1); in bsdtcp_connect()
228 struct sec_handle *rh = cookie; in bsdtcp_fn_connect()
328 struct sec_handle * rh, in runbsdtcp()
H A Dsecurity-util.c122 struct sec_handle *rh = inst; in sec_close()
651 struct sec_handle *rh = h; in tcpm_close_connection()
685 struct sec_handle *rh = h; in tcpma_stream_client()
725 struct sec_handle *rh = h; in tcpma_stream_server()
795 struct sec_handle *rh = h; in tcp1_stream_server()
867 struct sec_handle *rh = h; in tcp1_stream_client()
960 struct sec_handle * rh, in bsd_recv_security_ok()
1330 struct sec_handle * rh, in udp_inithandle()
1384 struct sec_handle *rh; in udp_netfd_read_callback()
1781 struct sec_handle * rh; in sec_tcp_conn_read_callback()
[all …]
H A Dssh-security.c114 struct sec_handle *rh; in ssh_connect()
123 rh = g_new0(struct sec_handle, 1); in ssh_connect()
197 struct sec_handle *rh; in ssh_accept()
273 rh = g_new0(struct sec_handle, 1); in ssh_accept()
H A Dbsd-security.c127 struct sec_handle *bh; in bsd_connect()
143 bh = g_new0(struct sec_handle, 1); in bsd_connect()
360 struct sec_handle *bh = cookie; in bsd_close()
402 struct sec_handle *bh = h; in bsd_stream_server()
454 struct sec_handle *bh = h; in bsd_stream_client()
H A Dbsdudp-security.c110 struct sec_handle *bh; in bsdudp_connect()
125 bh = g_new0(struct sec_handle, 1); in bsdudp_connect()
334 struct sec_handle *bh = cookie; in bsdudp_close()
H A Dlocal-security.c104 struct sec_handle *rh; in local_connect()
114 rh = g_new0(struct sec_handle, 1); in local_connect()
H A Dkrb5-security.c160 static int gss_client(struct sec_handle *);
204 static int runkrb5(struct sec_handle *);
221 struct sec_handle *rh; in krb5_connect()
390 struct sec_handle * rh) in runkrb5()
443 struct sec_handle *rh) in gss_client()
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Dsecurity-util.h64 struct sec_handle;
86 int (*recv_security_ok)(struct sec_handle *, pkt_t *);
109 struct sec_handle { struct
127 struct sec_handle * prev; argument
128 struct sec_handle * next; argument
131 int (*recv_security_ok)(struct sec_handle *, pkt_t *); argument
172 struct sec_handle *bh_first, *bh_last;
174 int (*recv_security_ok)(struct sec_handle *, pkt_t *);
247 int bsd_recv_security_ok(struct sec_handle *, pkt_t *);
264 const char *pkthdr2str(const struct sec_handle *, const pkt_t *);
[all …]
H A Dbsdtcp-security.c97 static int runbsdtcp(struct sec_handle *, in_port_t port);
112 struct sec_handle *rh; in bsdtcp_connect()
126 rh = g_new0(struct sec_handle, 1); in bsdtcp_connect()
228 struct sec_handle *rh = cookie; in bsdtcp_fn_connect()
328 struct sec_handle * rh, in runbsdtcp()
H A Dsecurity-util.c122 struct sec_handle *rh = inst; in sec_close()
651 struct sec_handle *rh = h; in tcpm_close_connection()
685 struct sec_handle *rh = h; in tcpma_stream_client()
725 struct sec_handle *rh = h; in tcpma_stream_server()
795 struct sec_handle *rh = h; in tcp1_stream_server()
867 struct sec_handle *rh = h; in tcp1_stream_client()
960 struct sec_handle * rh, in bsd_recv_security_ok()
1330 struct sec_handle * rh, in udp_inithandle()
1384 struct sec_handle *rh; in udp_netfd_read_callback()
1781 struct sec_handle * rh; in sec_tcp_conn_read_callback()
[all …]
H A Dssh-security.c114 struct sec_handle *rh; in ssh_connect()
123 rh = g_new0(struct sec_handle, 1); in ssh_connect()
197 struct sec_handle *rh; in ssh_accept()
273 rh = g_new0(struct sec_handle, 1); in ssh_accept()
H A Dbsd-security.c127 struct sec_handle *bh; in bsd_connect()
143 bh = g_new0(struct sec_handle, 1); in bsd_connect()
360 struct sec_handle *bh = cookie; in bsd_close()
402 struct sec_handle *bh = h; in bsd_stream_server()
454 struct sec_handle *bh = h; in bsd_stream_client()
H A Dbsdudp-security.c110 struct sec_handle *bh; in bsdudp_connect()
125 bh = g_new0(struct sec_handle, 1); in bsdudp_connect()
334 struct sec_handle *bh = cookie; in bsdudp_close()
H A Dlocal-security.c104 struct sec_handle *rh; in local_connect()
114 rh = g_new0(struct sec_handle, 1); in local_connect()
H A Dkrb5-security.c160 static int gss_client(struct sec_handle *);
204 static int runkrb5(struct sec_handle *);
221 struct sec_handle *rh; in krb5_connect()
390 struct sec_handle * rh) in runkrb5()
443 struct sec_handle *rh) in gss_client()
/dports/net/samba412/samba-4.12.15/source4/torture/rpc/
H A Dsession_key.c38 struct policy_handle *sec_handle)
63 r.out.sec_handle = sec_handle;
74 r3.in.sec_handle = sec_handle;
87 r3.in.sec_handle = sec_handle;
110 r4.in.sec_handle = sec_handle;
150 struct policy_handle sec_handle = {0};
179 ok = test_CreateSecret_basic(p, torture, handle, &sec_handle);
181 if (is_valid_policy_hnd(&sec_handle)) {
184 d.in.handle = &sec_handle;
185 d.out.handle = &sec_handle;
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/rpc/
H A Dsession_key.c43 struct policy_handle sec_handle; in test_CreateSecret_basic() local
64 r.out.sec_handle = &sec_handle; in test_CreateSecret_basic()
80 r3.in.sec_handle = &sec_handle; in test_CreateSecret_basic()
95 r3.in.sec_handle = &sec_handle; in test_CreateSecret_basic()
119 r4.in.sec_handle = &sec_handle; in test_CreateSecret_basic()
152 d.in.handle = &sec_handle; in test_CreateSecret_basic()
H A Dlsa.c878 r.out.sec_handle = &sec_handle; in test_CreateSecret()
888 r.out.sec_handle = &sec_handle3; in test_CreateSecret()
899 r2.out.sec_handle = &sec_handle2; in test_CreateSecret()
917 r3.in.sec_handle = &sec_handle; in test_CreateSecret()
932 r3.in.sec_handle = &sec_handle; in test_CreateSecret()
956 r4.in.sec_handle = &sec_handle; in test_CreateSecret()
992 r5.in.sec_handle = &sec_handle; in test_CreateSecret()
1013 r6.in.sec_handle = &sec_handle; in test_CreateSecret()
1072 r7.in.sec_handle = &sec_handle; in test_CreateSecret()
1090 r8.in.sec_handle = &sec_handle; in test_CreateSecret()
[all …]
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/
H A Dsecure_channel_tls_handler.c67 CtxtHandle sec_handle; member
558 &sc_handler->sec_handle, in s_do_server_side_negotiation_step_1()
646 &sc_handler->sec_handle, in s_do_server_side_negotiation_step_2()
834 &sc_handler->sec_handle, in s_do_client_side_negotiation_step_1()
931 &sc_handler->sec_handle, in s_do_client_side_negotiation_step_2()
1078 SECURITY_STATUS status = DecryptMessage(&sc_handler->sec_handle, &buffer_desc, 0, NULL); in s_do_application_data_decrypt()
1419 status = EncryptMessage(&sc_handler->sec_handle, 0, &buffer_desc, 0); in s_process_write_message()
1539 status = ApplyControlToken(&sc_handler->sec_handle, &shutdown_buffer_desc); in s_handler_shutdown()
1567 &sc_handler->sec_handle, in s_handler_shutdown()
1634 if (sc_handler->sec_handle.dwLower || sc_handler->sec_handle.dwUpper) { in s_secure_channel_handler_destroy()
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Dcmd_lsarpc.c1835 &sec_handle,
1846 if (is_valid_policy_hnd(&sec_handle)) {
1884 &sec_handle,
1895 &sec_handle,
1906 if (is_valid_policy_hnd(&sec_handle)) {
1952 &sec_handle,
1966 &sec_handle,
2002 if (is_valid_policy_hnd(&sec_handle)) {
2044 &sec_handle,
2069 &sec_handle,
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/cache/
H A Dlru_cache.h64 SecondaryCacheResultHandle* sec_handle; member
198 assert(sec_handle != nullptr); in Free()
199 SecondaryCacheResultHandle* tmp_sec_handle = sec_handle; in Free()
H A Dlru_cache.cc387 SecondaryCacheResultHandle* secondary_handle = e->sec_handle; in Promote()
465 e->sec_handle = secondary_handle.release(); in Lookup()
618 assert(e->sec_handle); in IsReady()
619 ready = e->sec_handle->IsReady(); in IsReady()
742 sec_handles.emplace_back(lru_handle->sec_handle); in WaitAll()
/dports/databases/rocksdb/rocksdb-6.26.1/cache/
H A Dlru_cache.h64 SecondaryCacheResultHandle* sec_handle; member
198 assert(sec_handle != nullptr); in Free()
199 SecondaryCacheResultHandle* tmp_sec_handle = sec_handle; in Free()
H A Dlru_cache.cc387 SecondaryCacheResultHandle* secondary_handle = e->sec_handle; in Promote()
465 e->sec_handle = secondary_handle.release(); in Lookup()
618 assert(e->sec_handle); in IsReady()
619 ready = e->sec_handle->IsReady(); in IsReady()
742 sec_handles.emplace_back(lru_handle->sec_handle); in WaitAll()

12