Home
last modified time | relevance | path

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

/src/sys/dev/mana/
H A Dhw_channel.h184 void *output_buf; member
H A Dhw_channel.c114 memcpy(ctx->output_buf, resp_msg, resp_len); in mana_hwc_handle_resp()
886 ctx->output_buf = resp; in mana_hwc_send_request()
/src/crypto/krb5/src/lib/gssapi/krb5/
H A Dutil_crypt.c266 unsigned char *output_buf) in kg_arcfour_docrypt() argument
271 memcpy(output_buf, input_buf, input_len); in kg_arcfour_docrypt()
273 kiov.data = make_data(output_buf, input_len); in kg_arcfour_docrypt()
H A DgssapiP_krb5.h313 unsigned char *output_buf);