Home
last modified time | relevance | path

Searched refs:checksum_func (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.h67 typedef void checksum_func(const struct krb5_key_state *ks, int usage, typedef
86 checksum_func *ec_checksum;
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dauth_con.c43 (*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()
H A Dauth_con.h28 krb5_mk_req_checksum_func checksum_func; member
H A Dmk_req_ext.c155 if (!in_data && (*auth_context)->checksum_func) { in krb5_mk_req_extended()
156 retval = (*auth_context)->checksum_func( context, in krb5_mk_req_extended()
/freebsd/crypto/krb5/src/lib/crypto/krb/
H A Dcrypto_int.h196 typedef krb5_error_code (*checksum_func)(const struct krb5_cksumtypes *ctp, typedef
223 checksum_func checksum;