Searched refs:in_principal (Results 1 - 9 of 9) sorted by path

/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h792 * \param in_principal the client principal of the credentials the new ccache will hold
838 const char *in_principal,
844 * \param in_principal the client principal of the credentials the new default ccache will hold
859 const char *in_principal,
865 * \param in_principal the client principal of the credentials the new ccache will hold
880 const char *in_principal,
1075 * \param in_principal a C string representing the new principal of \a in_ccache.
1086 const char *in_principal);
H A DCredentialsCache2.h208 const char *in_principal,
256 char *in_principal)
/macosx-10.10.1/MITKerberosShim-66/
H A Dccache.c567 ccache_set_principal(cc_ccache_t io_ccache, cc_uint32 in_credentials_version, const char *in_principal) argument
574 if (in_principal == NULL)
582 ret = heim_krb5_parse_name(milcontext, in_principal, &p);
1082 const char *in_principal,
1091 if (out_ccache == NULL || in_name == NULL || in_context == NULL || in_principal == NULL)
1096 ret = heim_krb5_parse_name(milcontext, in_principal, &principal);
1121 const char *in_principal,
1133 if (out_ccache == NULL || in_principal == NULL)
1144 ret = heim_krb5_parse_name(milcontext, in_principal, &principal);
1169 const char *in_principal,
1079 context_create_ccache(cc_context_t in_context, const char *in_name, cc_uint32 in_cred_vers, const char *in_principal, cc_ccache_t *out_ccache) argument
1119 context_create_default_ccache(cc_context_t in_context, cc_uint32 in_cred_vers, const char *in_principal, cc_ccache_t *out_ccache) argument
1167 context_create_new_ccache(cc_context_t in_context, cc_uint32 in_cred_vers, const char *in_principal, cc_ccache_t *out_ccache) argument
[all...]
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h779 * \param in_principal the client principal of the credentials the new ccache will hold
825 const char *in_principal,
831 * \param in_principal the client principal of the credentials the new default ccache will hold
846 const char *in_principal,
852 * \param in_principal the client principal of the credentials the new ccache will hold
867 const char *in_principal,
1062 * \param in_principal a C string representing the new principal of \a in_ccache.
1073 const char *in_principal);
H A Dmit-CredentialsCache2.h208 const char *in_principal,
256 char *in_principal)
/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.c758 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);
788 check_if(strcmp(stored_principal->data, in_principal), "expected princ == \"%s\" stored princ == \"%s\"", in_principal, stored_principal->data);
H A Dtest_ccapi_ccache.h19 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.c1023 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);
1050 check_if(strcmp(stored_principal, in_principal), "expected princ == \"%s\" stored princ == \"%s\"", in_principal, stored_principal); local
H A Dtest_ccapi_v2.h44 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);

Completed in 346 milliseconds