HomeSort by: relevance | last modified time | path
    Searched defs:ccache (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libtelnet/
forward.c 36 /* Decode, decrypt and store the forwarded creds in the local ccache. */
47 krb5_ccache ccache = NULL; local in function:rd_and_store_for_creds
55 if ((retval = krb5_cc_resolve(context, ccname, &ccache)) != 0)
58 if ((retval = krb5_cc_initialize(context, ccache, ticket->enc_part2->client)) != 0)
61 if ((retval = krb5_cc_store_cred(context, ccache, *creds)) != 0)
kerberos5.c 182 krb5_ccache ccache; local in function:kerberos5_send
195 ret = krb5_cc_default(telnet_context, &ccache);
199 "Kerberos V5: could not get default ccache: %s\r\n",
239 RemoteHostName, &cksum_data, ccache, &auth);
446 krb5_ccache ccache; local in function:kerberos5_is
457 ret = krb5_cc_resolve(telnet_context, ccname, &ccache);
460 printf("Kerberos V5: could not get ccache: %s\r\n",
465 ret = krb5_cc_initialize(telnet_context, ccache,
469 printf("Kerberos V5: could not init ccache: %s\r\n",
475 ccache, &inbuf)
674 krb5_ccache ccache; local in function:kerberos5_forward
    [all...]
  /src/lib/libpam/modules/pam_afslog/
pam_afslog.c 56 krb5_ccache ccache; local in function:pam_sm_setcred
74 kret = krb5_cc_resolve(ctx, ccname, &ccache);
76 kret = krb5_cc_default(ctx, &ccache);
78 PAM_LOG("Error: failed to open ccache");
81 kret = krb5_cc_get_principal(ctx, ccache, &principal);
104 krb5_afslog(ctx, ccache,
117 krb5_cc_close(ctx, ccache);
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sifive/
fu740-c000.dtsi 31 next-level-cache = <&ccache>;
58 next-level-cache = <&ccache>;
85 next-level-cache = <&ccache>;
112 next-level-cache = <&ccache>;
139 next-level-cache = <&ccache>;
307 ccache: cache-controller@2010000 { label
308 compatible = "sifive,fu740-c000-ccache", "cache";
  /src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/starfive/
jh7100.dtsi 35 next-level-cache = <&ccache>;
64 next-level-cache = <&ccache>;
163 ccache: cache-controller@2010000 { label
164 compatible = "starfive,jh7100-ccache", "sifive,ccache0", "cache";
jh7110.dtsi 29 next-level-cache = <&ccache>;
58 next-level-cache = <&ccache>;
91 next-level-cache = <&ccache>;
124 next-level-cache = <&ccache>;
157 next-level-cache = <&ccache>;
364 ccache: cache-controller@2010000 { label
365 compatible = "starfive,jh7110-ccache", "sifive,ccache0", "cache";
  /src/usr.bin/login/
k5login.c 123 k5_verify_creds(krb5_context c, krb5_ccache ccache)
156 0, ccache, &packet);
238 krb5_ccache ccache; local in function:k5_read_creds
244 kerror = krb5_cc_default(kcontext, &ccache);
246 krb5_warn(kcontext, kerror, "while getting default ccache");
270 kerror = krb5_cc_retrieve_cred(kcontext, ccache, 0,
286 krb5_cc_destroy(kcontext, ccache);
294 krb5_ccache ccache; local in function:k5_write_creds
299 kerror = krb5_cc_default(kcontext, &ccache);
301 krb5_warn(kcontext, kerror, "while getting default ccache");
335 krb5_ccache ccache = NULL; local in function:k5login
447 krb5_ccache ccache = NULL; local in function:k5destroy
    [all...]
  /src/lib/libpam/modules/pam_ksu/
pam_ksu.c 214 krb5_ccache ccache; local in function:get_su_principal
237 rv = krb5_cc_resolve(context, ccname, &ccache);
240 rv = krb5_cc_get_principal(context, ccache, &default_principal);
241 krb5_cc_close(context, ccache);
  /src/usr.bin/su/
su.c 452 krb5_ccache ccache, ccache2; local in function:kerberos5
472 ret = krb5_cc_new_unique(context, krb5_mcc_ops.prefix, NULL, &ccache);
475 ret = krb5_verify_user_lrealm(context, princ, ccache, NULL, TRUE,
478 krb5_cc_destroy(context, ccache);
494 krb5_cc_destroy(context, ccache);
497 ret = krb5_cc_copy_cache(context, ccache, ccache2);
499 krb5_cc_destroy(context, ccache);
510 krb5_cc_destroy(context, ccache);
518 krb5_cc_destroy(context, ccache);
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 102 #define PAM_OPT_CCACHE "ccache"
126 krb5_ccache ccache; local in function:pam_sm_authenticate
315 krbret = krb5_cc_new_unique(pam_context, "MEMORY", NULL, &ccache);
322 krbret = krb5_cc_initialize(pam_context, ccache, princ);
329 krbret = krb5_cc_store_cred(pam_context, ccache, &creds);
333 krb5_cc_destroy(pam_context, ccache);
341 krbret = verify_krb_v5_tgt(pam_context, ccache, srvdup,
346 krb5_cc_destroy(pam_context, ccache);
353 retval = pam_get_data(pamh, "ccache", &ccache_data);
355 krb5_cc_destroy(pam_context, ccache);
680 krb5_ccache ccache; local in function:pam_sm_acct_mgmt
1082 krb5_ccache ccache; local in function:cleanup_cache
    [all...]

Completed in 17 milliseconds