Searched refs:defcache (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | store_cred.c | 42 krb5_ccache cache = NULL, defcache = NULL, mcc = NULL; in copy_initiator_creds() local 83 ret = krb5_cc_default(context, &defcache); in copy_initiator_creds() 86 deftype = krb5_cc_get_type(context, defcache); in copy_initiator_creds() 102 cache = defcache; in copy_initiator_creds() 103 defcache = NULL; in copy_initiator_creds() 138 if (defcache != NULL) in copy_initiator_creds() 139 krb5_cc_close(context, defcache); in copy_initiator_creds()
|
/freebsd/crypto/krb5/src/clients/kinit/ |
H A D | kinit.c | 419 krb5_ccache defcache = NULL; in k5_begin() local 446 ret = krb5_cc_default(k5->ctx, &defcache); in k5_begin() 451 deftype = krb5_cc_get_type(k5->ctx, defcache); in k5_begin() 452 if (krb5_cc_get_principal(k5->ctx, defcache, &defcache_princ) != 0) in k5_begin() 515 k5->out_cc = defcache; in k5_begin() 516 defcache = NULL; in k5_begin() 567 k5->out_cc = defcache; in k5_begin() 568 defcache = NULL; in k5_begin() 601 if (defcache != NULL) in k5_begin() 602 krb5_cc_close(k5->ctx, defcache); in k5_begin()
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | krb5routines.c | 177 krb5_ccache cc = 0, defcache = 0; in Leash_krb5_kinit() local 205 code = pkrb5_cc_default(ctx, &defcache); in Leash_krb5_kinit() 211 deftype = pkrb5_cc_get_type(ctx, defcache); in Leash_krb5_kinit() 223 pkrb5_cc_close(ctx, defcache); in Leash_krb5_kinit() 225 cc = defcache; in Leash_krb5_kinit() 323 if ((!code) && (cc != defcache)) { in Leash_krb5_kinit()
|