Searched refs:krb5_fcc_ops (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dgss-serv-krb5.c132 if ((problem = krb5_cc_new_unique(krb_context, krb5_fcc_ops.prefix,
H A Dauth-krb5.c269 krb5_fcc_ops.prefix, NULL, &authctxt->krb5_fwd_ccache);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb5_locl.h309 #define KRB5_DEFAULT_CCTYPE (&krb5_fcc_ops)
H A Dtest_cc.c750 test_prefix_ops(context, "FILE:/tmp/foo", &krb5_fcc_ops);
751 test_prefix_ops(context, "FILE", &krb5_fcc_ops);
754 test_prefix_ops(context, "/tmp/kaka", &krb5_fcc_ops);
H A Dcache.c283 return allocate_ccache (context, &krb5_fcc_ops, name, id);
1068 return &krb5_fcc_ops;
1073 return &krb5_fcc_ops;
H A Dkrb5.h979 extern KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops;
H A Dcontext.c286 krb5_cc_register(context, &krb5_fcc_ops, TRUE);
H A Dfcache.c1305 KRB5_LIB_VARIABLE const krb5_cc_ops krb5_fcc_ops = { variable

Completed in 218 milliseconds