Home
last modified time | relevance | path

Searched defs:KRB5CCache (Results 1 – 2 of 2) sorted by relevance

/dports/security/pecl-krb5/krb5-1.1.4/
H A Dkrb5.c661 PHP_METHOD(KRB5CCache, getName) in PHP_METHOD() argument
685 PHP_METHOD(KRB5CCache, open) in PHP_METHOD() argument
717 PHP_METHOD(KRB5CCache, save) in PHP_METHOD() argument
748 PHP_METHOD(KRB5CCache, initPassword) in PHP_METHOD() argument
856 PHP_METHOD(KRB5CCache, initKeytab) in PHP_METHOD() argument
1012 PHP_METHOD(KRB5CCache, getRealm) in PHP_METHOD() argument
1043 PHP_METHOD(KRB5CCache, getLifetime) in PHP_METHOD() argument
1068 PHP_METHOD(KRB5CCache, getEntries) in PHP_METHOD() argument
1125 PHP_METHOD(KRB5CCache, isValid) in PHP_METHOD() argument
1158 PHP_METHOD(KRB5CCache, getTktAttrs) in PHP_METHOD() argument
[all …]
/dports/sysutils/msktutil/msktutil-1.1/
H A Dkrb5wrap.h115 KRB5CCache(const char *cc_name) : m_ccache() { in KRB5CCache() function