Searched refs:get_princ (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/dceutils/
H A Dk5dce.h78 krb5_error_code (*get_princ) NPROTOTYPE((krb5_ccache, member in struct:_krb5_cc_ops
156 #define krb5_cc_get_principal(cache, principal) (*(cache)->ops->get_princ)(cache, principal)
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5.h509 krb5_error_code (KRB5_CALLCONV * get_princ)(krb5_context, krb5_ccache, krb5_principal*); member in struct:krb5_cc_ops
H A Dcache.c825 return (*id->ops->get_princ)(context, id, principal);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dkssl.c702 krb5_error_code (KRB5_CALLCONV *get_princ) member in struct:_krb5_cc_ops
728 ((cache)->ops->get_princ,(context, cache, principal)));

Completed in 131 milliseconds