Searched refs:sec_ctx (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dschnauth.c199 memcpy(schnauth_info->sec_ctx.session_key, auth_info->session_key, 16);
201 schnauth_info->sec_ctx.domain_name = rpc_stralloc(auth_info->domain_name);
202 if (schnauth_info->sec_ctx.domain_name == NULL) {
207 schnauth_info->sec_ctx.fqdn = rpc_stralloc(auth_info->fqdn);
208 if (schnauth_info->sec_ctx.fqdn == NULL) {
213 schnauth_info->sec_ctx.machine_name = rpc_stralloc(auth_info->machine_name);
214 if (schnauth_info->sec_ctx.machine_name == NULL) {
221 schnauth_info->sec_ctx.sender_flags = rpc_schn_initiator_flags |
317 if (schnauth_info->sec_ctx.machine_name)
319 rpc_string_free(&schnauth_info->sec_ctx
[all...]
H A Dschnauthcn.h112 struct schn_auth_ctx sec_ctx; member in struct:rpc_schnauth_cn_info
H A Dschnauth.h119 struct schn_auth_ctx sec_ctx; member in struct:rpc_schnauth_info_t
H A Dschnauthcn.c704 schn_init_creds(&schnauth_info->sec_ctx, &schn_creds);
961 memcpy(&schnauth_cn_info->sec_ctx,
962 &schnauth_info->sec_ctx,
1096 schn_ctx = &schn_auth->sec_ctx;
1356 struct schn_auth_ctx *sec_ctx;
1378 sec_ctx = &schn_auth->sec_ctx;
1398 status = schn_unwrap(sec_ctx, sec_level, &input_token, &output_token,
1353 struct schn_auth_ctx *sec_ctx; local

Completed in 367 milliseconds