Home
last modified time | relevance | path

Searched refs:update_thash (Results 1 – 6 of 6) sorted by relevance

/freebsd/krb5/plugins/preauth/spake/
H A Dversion.map27 update_thash;
/freebsd/crypto/krb5/src/plugins/preauth/spake/
H A Dutil.h41 krb5_error_code update_thash(krb5_context context, groupstate *gstate,
H A Dt_vectors.c424 check(update_thash(ctx, gstate, t->group, &hash, support, challenge)); in run_test()
425 check(update_thash(ctx, gstate, t->group, &hash, S, &empty)); in run_test()
H A Dspake_client.c212 ret = update_thash(context, gstate, ch->group, &st->thash, st->support, in process_challenge()
241 ret = update_thash(context, gstate, ch->group, &st->thash, &clpub, NULL); in process_challenge()
H A Dspake_kdc.c257 ret = update_thash(context, gstate, group, &thash, support, der_msg); in send_challenge()
406 ret = update_thash(context, gstate, group, &thash, &resp->pubkey, NULL); in verify_response()
H A Dutil.c75 update_thash(krb5_context context, groupstate *gstate, int32_t group, in update_thash() function