Searched refs:out_ccname (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/krb5/src/clients/kvno/ |
| H A D | kvno.c | 58 int proxy, const char *out_ccname, 73 char *for_user_cert_file = NULL, *out_ccname = NULL; in main() local 146 out_ccname = optarg; in main() 176 for_user_enterprise, for_user_cert_file, proxy, out_ccname, in main() 456 char *for_user_cert_file, int proxy, const char *out_ccname, in do_v5_kvno() argument 474 if (no_store || out_ccname != NULL) in do_v5_kvno() 502 if (out_ccname != NULL) { in do_v5_kvno() 503 ret = krb5_cc_resolve(context, out_ccname, &out_ccache); in do_v5_kvno()
|
| /src/crypto/krb5/src/windows/leashdll/ |
| H A D | lshfunc.c | 2386 char * out_ccname, int out_cclen) in acquire_tkt_send_msg() argument 2468 if (out_ccname && out_cclen > 0) { in acquire_tkt_send_msg() 2470 out_ccname, out_cclen, NULL, NULL); in acquire_tkt_send_msg()
|