Searched refs:update_thash (Results 1 – 6 of 6) sorted by relevance
| /freebsd/krb5/plugins/preauth/spake/ |
| H A D | version.map | 27 update_thash;
|
| /freebsd/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | util.h | 41 krb5_error_code update_thash(krb5_context context, groupstate *gstate,
|
| H A D | t_vectors.c | 424 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 D | spake_client.c | 212 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 D | spake_kdc.c | 257 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 D | util.c | 75 update_thash(krb5_context context, groupstate *gstate, int32_t group, in update_thash() function
|