Searched refs:cred_vers (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_context.h21 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_ccache.h17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_v2.h22 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description);
44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_context.c600 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { argument
620 err = cc_context_create_ccache(context, name, cred_vers, principal, ccache);
633 // cred_vers
637 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); }
698 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { argument
718 err = cc_context_create_default_ccache(context, cred_vers, principal, ccache);
726 // cred_vers
728 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); }
790 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description) { argument
812 err = cc_context_create_new_ccache(context, cred_vers, principa
[all...]
H A Dtest_ccapi_ccache.c512 cc_uint32 cred_vers,
535 err = cc_ccache_get_principal(ccache, cred_vers, NULL);
538 err = cc_ccache_get_principal(ccache, cred_vers, &stored_principal);
758 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) { argument
777 err = cc_ccache_set_principal(ccache, cred_vers, in_principal);
783 err = cc_ccache_get_principal(ccache, cred_vers, &stored_principal);
511 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description) argument
H A Dtest_ccapi_v2.c476 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description) { argument
494 err = cc_create(context, name, principal, cred_vers, 0, ccache);
507 // cred_vers
509 if (!err) { check_if(stored_creds_vers != cred_vers, NULL); }
1023 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description) { argument
1039 err = cc_set_principal(context, ccache, cred_vers, (char *) in_principal);

Completed in 64 milliseconds