| /freebsd/crypto/krb5/src/clients/kvno/ |
| H A D | t_kvno.py | 46 out_ccache = os.path.join(realm.testdir, 'ccache.out') variable 47 realm.run([kvno, '--out-cache', out_ccache, 50 check_cache(out_ccache, [realm.host_princ, realm.admin_princ]) 53 realm.run([kvno, '--out-cache', out_ccache, '--cached-only', realm.host_princ], 55 out = realm.run([kvno, '-q', '--out-cache', out_ccache, '--cached-only', 59 check_cache(out_ccache, [realm.user_princ]) 66 realm.run([kvno, '-c', svc_ccache, '-U', 'user', '--out-cache', out_ccache, 68 out = realm.run([klist, '-c', out_ccache])
|
| H A D | kvno.c | 462 krb5_ccache ccache, mcc, out_ccache = NULL; in do_v5_kvno() local 503 ret = krb5_cc_resolve(context, out_ccname, &out_ccache); in do_v5_kvno() 553 if (out_ccache != NULL) { in do_v5_kvno() 566 } else if (out_ccache != NULL) { in do_v5_kvno() 588 if (!errors && out_ccache != NULL) { in do_v5_kvno() 589 ret = krb5_cc_move(context, mcc, out_ccache); in do_v5_kvno()
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | copy_ccache.c | 13 krb5_ccache out_ccache; in gss_krb5int_copy_ccache() local 15 assert(value->length == sizeof(out_ccache)); in gss_krb5int_copy_ccache() 17 if (value->length != sizeof(out_ccache)) in gss_krb5int_copy_ccache() 20 out_ccache = (krb5_ccache)value->value; in gss_krb5int_copy_ccache() 34 code = krb5_cc_copy_creds(context, k5creds->ccache, out_ccache); in gss_krb5int_copy_ccache()
|
| H A D | krb5_gss_glue.c | 97 krb5_ccache out_ccache) in gss_krb5_copy_ccache() argument 105 if (out_ccache == NULL) in gss_krb5_copy_ccache() 108 req_buffer.value = out_ccache; in gss_krb5_copy_ccache() 109 req_buffer.length = sizeof(out_ccache); in gss_krb5_copy_ccache()
|
| H A D | gssapi_krb5.h | 199 krb5_ccache out_ccache);
|
| /freebsd/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_context.h | 47 cc_ccache_t *out_ccache); 50 cc_ccache_t *out_ccache); 56 cc_ccache_t *out_ccache); 61 cc_ccache_t *out_ccache); 66 cc_ccache_t *out_ccache);
|
| H A D | ccapi_context.c | 361 cc_ccache_t *out_ccache) in ccapi_context_open_ccache() argument 371 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccapi_context_open_ccache() 401 err = cci_ccache_new (out_ccache, identifier); in ccapi_context_open_ccache() 414 cc_ccache_t *out_ccache) in ccapi_context_open_default_ccache() argument 422 if (!out_ccache) { err = cci_check_error (ccErrBadParam); } in ccapi_context_open_default_ccache() 444 err = cci_ccache_new (out_ccache, identifier); in ccapi_context_open_default_ccache() 459 cc_ccache_t *out_ccache) in ccapi_context_create_ccache() argument 470 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccapi_context_create_ccache() 504 err = cci_ccache_new (out_ccache, identifier); in ccapi_context_create_ccache() 519 cc_ccache_t *out_ccache) in ccapi_context_create_default_ccache() argument [all …]
|
| H A D | ccapi_v2.c | 273 ccache_p **out_ccache) in cc_open() argument 282 if (!out_ccache) { err = cci_check_error (ccErrBadParam); } in cc_open() 310 *out_ccache = ccache; in cc_open() 326 ccache_p **out_ccache) in cc_create() argument 334 if (!out_ccache) { err = cci_check_error (ccErrBadParam); } in cc_create() 350 *out_ccache = ccache; in cc_create() 627 ccache_p **out_ccache, in cc_seq_fetch_NCs_next() argument 636 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in cc_seq_fetch_NCs_next() 673 *out_ccache = ccache; in cc_seq_fetch_NCs_next()
|
| H A D | ccapi_ccache_iterator.c | 158 cc_ccache_t *out_ccache) in ccapi_ccache_iterator_next() argument 166 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccapi_ccache_iterator_next() 192 err = cci_ccache_new (out_ccache, identifier); in ccapi_ccache_iterator_next()
|
| H A D | ccapi_ccache_iterator.h | 40 cc_ccache_t *out_ccache);
|
| H A D | ccapi_ccache.h | 31 cc_int32 cci_ccache_new (cc_ccache_t *out_ccache,
|
| H A D | ccapi_ccache.c | 79 cc_int32 cci_ccache_new (cc_ccache_t *out_ccache, in cci_ccache_new() argument 85 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in cci_ccache_new() 111 *out_ccache = (cc_ccache_t) ccache; in cci_ccache_new()
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_in_ccache.c | 70 krb5_ccache in_ccache, out_ccache, armor_ccache; in main() local 124 krb5_cc_default(ctx, &out_ccache)); in main() 126 krb5_get_init_creds_opt_set_out_ccache(ctx, opt, out_ccache)); in main() 141 krb5_cc_close(ctx, out_ccache); in main()
|
| H A D | gic_opt.c | 25 krb5_ccache out_ccache; member 353 opte->out_ccache = ccache; in krb5_get_init_creds_opt_set_out_ccache() 364 return opte->out_ccache; in k5_gic_opt_get_out_ccache()
|
| H A D | get_in_tkt.c | 1620 krb5_ccache out_ccache = k5_gic_opt_get_out_ccache(ctx->opt); in write_out_ccache() local 1624 if (out_ccache == NULL) in write_out_ccache() 1654 ret = krb5_cc_move(context, mcc, out_ccache); in write_out_ccache()
|
| /freebsd/crypto/krb5/src/ccapi/server/ |
| H A D | ccs_list.c | 152 ccs_ccache_t *out_ccache) in ccs_ccache_list_find() argument 154 return ccs_list_find (in_list, in_identifier, (ccs_list_object_t *) out_ccache); in ccs_ccache_list_find() 217 ccs_ccache_t *out_ccache) in ccs_ccache_list_iterator_next() argument 219 return ccs_list_iterator_next (io_list_iterator, (ccs_list_object_t *) out_ccache); in ccs_ccache_list_iterator_next()
|
| H A D | ccs_cache_collection.c | 226 ccs_ccache_t *out_ccache) in ccs_cache_collection_find_ccache_by_name() argument 233 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_find_ccache_by_name() 252 *out_ccache = ccache; in ccs_cache_collection_find_ccache_by_name() 272 ccs_ccache_t *out_ccache) in ccs_cache_collection_find_ccache() argument 278 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_find_ccache() 282 in_identifier, out_ccache); in ccs_cache_collection_find_ccache() 385 ccs_ccache_t *out_ccache, in ccs_cache_collection_find_credentials_iterator() argument 411 *out_ccache = ccache; in ccs_cache_collection_find_credentials_iterator() 479 ccs_ccache_t *out_ccache) in ccs_cache_collection_get_default_ccache() argument 485 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_get_default_ccache() [all …]
|
| H A D | ccs_cache_collection.h | 46 ccs_ccache_t *out_ccache); 61 ccs_ccache_t *out_ccache,
|
| H A D | ccs_list.h | 64 ccs_ccache_t *out_ccache); 89 ccs_ccache_t *out_ccache);
|
| H A D | ccs_ccache.h | 31 cc_int32 ccs_ccache_new (ccs_ccache_t *out_ccache,
|
| H A D | ccs_ccache.c | 47 cc_int32 ccs_ccache_new (ccs_ccache_t *out_ccache, in ccs_ccache_new() argument 56 if (!out_ccache ) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_new() 126 *out_ccache = ccache; in ccs_ccache_new()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | CredentialsCache.h | 692 cc_ccache_t *out_ccache); 708 cc_ccache_t *out_ccache); 758 cc_ccache_t *out_ccache); 779 cc_ccache_t *out_ccache); 800 cc_ccache_t *out_ccache); 1320 cc_ccache_t *out_ccache);
|
| H A D | CredentialsCache2.h | 176 ccache_p **out_ccache) 185 ccache_p **out_ccache) 205 ccache_p **out_ccache,
|