Searched refs:auth_hdr (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_message.c | 686 RpcAuthVerifier *auth_hdr, in RPCRT4_default_secure_packet() argument 703 buffers[2].cbBuffer = sizeof(*auth_hdr); in RPCRT4_default_secure_packet() 705 buffers[2].pvBuffer = auth_hdr; in RPCRT4_default_secure_packet() 721 else if (auth_hdr->auth_level != RPC_C_AUTHN_LEVEL_NONE) in RPCRT4_default_secure_packet() 824 auth_hdr->auth_type = Connection->AuthInfo->AuthnSvc; in RPCRT4_SendWithAuth() 825 auth_hdr->auth_level = Connection->AuthInfo->AuthnLevel; in RPCRT4_SendWithAuth() 826 auth_hdr->auth_pad_length = auth_pad_len; in RPCRT4_SendWithAuth() 827 auth_hdr->auth_reserved = 0; in RPCRT4_SendWithAuth() 829 auth_hdr->auth_context_id = Connection->auth_context_id; in RPCRT4_SendWithAuth() 832 memcpy(auth_hdr + 1, Auth, AuthLength); in RPCRT4_SendWithAuth() [all …]
|
H A D | rpc_binding.h | 117 …unsigned char *stub_data, unsigned int stub_data_size, RpcAuthVerifier *auth_hdr, unsigned char *a… 235 unsigned int stub_data_size, RpcAuthVerifier *auth_hdr, in rpcrt4_conn_secure_packet() argument 238 …return conn->ops->secure_packet(conn, dir, hdr, hdr_size, stub_data, stub_data_size, auth_hdr, aut… in rpcrt4_conn_secure_packet()
|
H A D | rpc_message.h | 54 …unsigned char *stub_data, unsigned int stub_data_size, RpcAuthVerifier *auth_hdr, unsigned char *a…
|
H A D | rpc_transport.c | 1180 RpcAuthVerifier *auth_hdr, in rpcrt4_ncalrpc_secure_packet() argument
|