Searched refs:checksum_func (Results 1 – 5 of 5) sorted by relevance
67 typedef void checksum_func(const struct krb5_key_state *ks, int usage, typedef86 checksum_func *ec_checksum;
43 (*auth_context)->checksum_func = NULL; in krb5_auth_con_init()404 auth_context->checksum_func = func; in krb5_auth_con_set_checksum_func()415 *func = auth_context->checksum_func; in krb5_auth_con_get_checksum_func()
28 krb5_mk_req_checksum_func checksum_func; member
155 if (!in_data && (*auth_context)->checksum_func) { in krb5_mk_req_extended()156 retval = (*auth_context)->checksum_func( context, in krb5_mk_req_extended()
196 typedef krb5_error_code (*checksum_func)(const struct krb5_cksumtypes *ctp, typedef223 checksum_func checksum;