Home
last modified time | relevance | path

Searched refs:new_pac (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/kdc/
H A Dkdc_authdata.c384 krb5_pac old_pac, krb5_pac new_pac) in update_delegation_info() argument
431 ret = krb5_pac_add_buffer(context, new_pac, KRB5_PAC_DELEGATION_INFO, in update_delegation_info()
443 krb5_pac new_pac) in copy_pac_buffer() argument
451 ret = krb5_pac_add_buffer(context, new_pac, buffer_type, &data); in copy_pac_buffer()
473 krb5_pac new_pac = NULL; in handle_pac() local
496 ret = krb5_pac_init(context, &new_pac); in handle_pac()
508 signing_tgt, authtime, subject_pac, new_pac, in handle_pac()
523 ret = update_delegation_info(context, req, subject_pac, new_pac); in handle_pac()
529 new_pac); in handle_pac()
552 new_pac); in handle_pac()
[all …]
/freebsd/crypto/krb5/src/plugins/kdb/test/
H A Dkdb_test.c643 krb5_pac old_pac, krb5_pac new_pac, in test_issue_pac() argument
658 check(krb5_pac_add_buffer(context, new_pac, KRB5_PAC_LOGON_INFO, in test_issue_pac()
665 check(krb5_pac_add_buffer(context, new_pac, in test_issue_pac()
690 check(krb5_pac_add_buffer(context, new_pac, types[i], &data)); in test_issue_pac()
/freebsd/crypto/krb5/src/include/
H A Dkdb.h733 krb5_timestamp authtime, krb5_pac old_pac, krb5_pac new_pac,
1481 krb5_pac new_pac,
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c2810 krb5_timestamp authtime, krb5_pac old_pac, krb5_pac new_pac, in krb5_db_issue_pac() argument
2822 krbtgt, authtime, old_pac, new_pac, auth_indicators); in krb5_db_issue_pac()