Lines Matching refs:data

43  * module can treat them as opaque.  If we need keying data, we can ask for
70 * and to fail preauthentication if we can't verify the client data. The
77 * data. The flipside of PA_REQUIRED (server-only). */
132 /* Free the data returned from krb5plugin_preauth_client_req_get_etype */
135 * krb5_keyblock. Returns success with a NULL data item in the
139 * acceptable to set data to NULL and free the keyblock using
184 /* Client function which processes server-supplied data in pa_data,
185 * returns created data in out_pa_data, storing any of its own state in
186 * client_context if data for the associated preauthentication type is
188 * includes preauthentication data of the associated type.
190 * function is called, because it is expected to only ever contain the data
212 /* Client function which can attempt to use e-data in the error response to
214 * it stores data in out_pa_data which is different data from the contents
289 /* Client function which processes server-supplied data in pa_data,
290 * returns created data in out_pa_data, storing any of its own state in
291 * client_context if data for the associated preauthentication type is
293 * includes preauthentication data of the associated type.
295 * function is called, because it is expected to only ever contain the data
299 /* Client function which can attempt to use e-data in the error response to
301 * it stores data in out_pa_data which is different data from the contents
333 * Each keyblock should have its contents freed in turn, and then the data
343 armor key. The data member is NULL if this method is not part
346 /* Frees a fast armor key; it is acceptable to set data to NULL
348 this function simply frees the data*/
379 /* Get preauthentication data to send to the client as part of the "you
381 * actually provide data if the protocol doesn't require it, but it should
394 krb5_pa_data *data);
396 /* Verify preauthentication data sent by the client, setting the
399 * context data for consumption by the return_proc or freepa_proc below. */
406 krb5_pa_data *data,
413 /* Generate preauthentication response data to send to the client as part
417 * context data it saved in "pa_request_context". */
471 /* Get preauthentication data to send to the client as part of the "you
473 * actually provide data if the protocol doesn't require it, but it should
481 /* Verify preauthentication data sent by the client, setting the
484 * context data for consumption by the return_proc or freepa_proc below. */
487 /* Generate preauthentication response data to send to the client as part
490 * if a freepa_proc is also provided) to free any context data it saved in