Home
last modified time | relevance | path

Searched refs:output_token (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch60 out_buff->length = output_token.length;
62 - out_buff->value = g_memdup(output_token.value, output_token.length);
63 + out_buff->value = g_memdup2(output_token.value, output_token.length);
70 signature->length = output_token.length;
71 - signature->value = g_memdup(output_token.value,
72 + signature->value = g_memdup2(output_token.value,
73 output_token.length);
74 gss_release_buffer(&minor, &output_token);
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c292 .output_token = &data->out_token in gssp_accept_sec_context_upcall()
306 res.output_token->len = GSSX_max_output_token_sz; in gssp_accept_sec_context_upcall()
H A Dgss_rpc_xdr.h144 gssx_buffer *output_token; member
H A Dgss_rpc_xdr.c826 err = gssx_dec_buffer(xdr, res->output_token); in gssx_dec_accept_sec_context()
830 res->output_token = NULL; in gssx_dec_accept_sec_context()