Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c94 krb5_key_proc key_proc, in add_padata() argument
152 krb5_key_proc key_proc, in init_as_req() argument
276 key_proc, keyseed, in init_as_req()
300 key_proc, keyseed, a->req_body.etype.val, in init_as_req()
307 key_proc, keyseed, a->req_body.etype.val, in init_as_req()
370 krb5_key_proc key_proc, in krb5_get_in_cred() argument
407 key_proc, in krb5_get_in_cred()
486 ret = (*key_proc)(context, etype, salt, keyseed, &key); in krb5_get_in_cred()
493 ret = (*key_proc)(context, etype, salt, keyseed, &key); in krb5_get_in_cred()
534 krb5_key_proc key_proc, in krb5_get_in_tkt() argument
[all …]
H A Dinit_creds.c297 krb5_s2k_proc key_proc) in krb5_get_init_creds_opt_set_pa_password() argument
304 opt->opt_private->key_proc = key_proc; in krb5_get_init_creds_opt_set_pa_password()
H A Dkrb5_locl.h233 krb5_s2k_proc key_proc; member
H A Dinit_creds_pw.c376 ctx->keyproc = options->opt_private->key_proc; in get_init_creds_common()
/freebsd/crypto/heimdal/
H A DChangeLog.19982370 makes it possible to call key_proc more than once.