Searched defs:?t (Results 76 - 100 of 2116) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/kafs/
H A Dafskrb5.c48 v5_to_kt(krb5_creds *cred, uid_t uid, struct kafs_token *kt, int local524) argument
113 v5_convert(krb5_context context, krb5_ccache id, krb5_creds *cred, uid_t uid, const char *cell, struct kafs_token *kt) argument
146 get_cred(struct kafs_data *data, const char *name, const char *inst, const char *realm, uid_t uid, struct kafs_token *kt) argument
213 struct kafs_token kt; local
345 struct kafs_token kt; local
[all...]
H A Dcommon.c70 kafs_settoken_rxkad(const char *cell, struct ClearToken *ct, argument
120 _kafs_fixup_viceid(struct ClearToken *ct, uid_t uid) argument
343 _kafs_try_get_cred(struct kafs_data *data, const char *user, const char *cell, const char *realm, uid_t uid, struct kafs_token *kt) argument
366 _kafs_get_cred(struct kafs_data *data, const char *cell, const char *realm_hint, const char *realm, uid_t uid, struct kafs_token *kt) argument
[all...]
H A Dkafs_locl.h132 struct ClearToken ct; member in struct:kafs_token
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Daddr_families.c733 static struct addr_operations at[] = { variable in typeref:struct:addr_operations
[all...]
H A Dcrypto-aes.c52 struct _krb5_key_type *kt; member in struct:cc_schedule
156 struct _krb5_checksum_type *ct = crypto->et->checksum; local
56 _krb5_cc_schedule(krb5_context context, struct _krb5_key_type *kt, struct _krb5_key_data *kd) argument
247 struct _krb5_key_type *kt = ctx->kt; local
382 struct _krb5_checksum_type *ct = crypto->et->checksum; local
[all...]
H A Dcrypto-des.c50 krb5_DES_schedule_old(krb5_context context, struct key_type *kt, struct key_data *key) argument
H A Dcrypto-des3.c63 struct _krb5_checksum_type *ct = crypto->et->checksum; local
[all...]
H A Dcrypto-evp.c37 _krb5_evp_schedule(krb5_context context, struct _krb5_key_type *kt, struct _krb5_key_data *kd) argument
H A Dcrypto-pk.c47 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
212 struct _krb5_encryption_type *et; local
H A Dcrypto.c88 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
101 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
115 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
136 struct _krb5_encryption_type *et = _krb5_find_enctype(key->key->keytype); local
137 struct _krb5_key_type *kt; local
315 get_checksum_key(krb5_context context, krb5_crypto crypto, unsigned usage, struct _krb5_checksum_type *ct, struct _krb5_key_data **key) argument
354 create_checksum(krb5_context context, struct _krb5_checksum_type *ct, krb5_crypto crypto, unsigned usage, void *data, size_t len, Checksum *result) argument
393 arcfour_checksum_p(struct _krb5_checksum_type *ct, krb5_crypto crypto) argument
409 struct _krb5_checksum_type *ct = NULL; local
452 struct _krb5_checksum_type *ct; local
543 struct _krb5_checksum_type *ct; local
571 struct _krb5_checksum_type *ct = NULL; local
596 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
611 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
626 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
641 struct _krb5_checksum_type *ct = _krb5_find_checksum(type); local
850 const struct _krb5_encryption_type *et = crypto->et; local
918 const struct _krb5_encryption_type *et = crypto->et; local
982 struct _krb5_encryption_type *et = crypto->et; local
1024 struct _krb5_encryption_type *et = crypto->et; local
1105 struct _krb5_encryption_type *et = crypto->et; local
1172 struct _krb5_encryption_type *et = crypto->et; local
1262 const struct _krb5_encryption_type *et = crypto->et; local
1456 struct _krb5_encryption_type *et = crypto->et; local
1673 struct _krb5_encryption_type *et = crypto->et; local
1881 _krb5_derive_key(krb5_context context, struct _krb5_encryption_type *et, struct _krb5_key_data *key, const void *constant, size_t len) argument
1890 struct _krb5_key_type *kt = et->keytype; local
1979 struct _krb5_encryption_type *et; local
2093 free_key_schedule(krb5_context context, struct _krb5_key_data *key, struct _krb5_encryption_type *et) argument
2104 _krb5_free_key_data(krb5_context context, struct _krb5_key_data *key, struct _krb5_encryption_type *et) argument
2115 free_key_usage(krb5_context context, struct _krb5_key_usage *ku, struct _krb5_encryption_type *et) argument
2251 struct _krb5_encryption_type *et = _krb5_find_enctype(enctype); local
2278 struct _krb5_encryption_type *et = _krb5_find_enctype(enctype); local
2331 struct _krb5_encryption_type *et = _krb5_find_enctype(enctype); local
2342 struct _krb5_encryption_type *et = crypto->et; local
2357 struct _krb5_encryption_type *et = crypto->et; local
2393 struct _krb5_encryption_type *et = crypto->et; local
2407 struct _krb5_encryption_type *et = crypto->et; local
2454 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
2488 struct _krb5_encryption_type *et = _krb5_find_enctype(type); local
2507 struct _krb5_encryption_type *et = crypto->et; local
2790 struct encryption_type *et = crypto->et; local
2804 struct encryption_type *et = crypto->et; local
[all...]
H A Dcrypto.h59 struct _krb5_encryption_type *et; member in struct:krb5_crypto_data
H A Dkeytab.c287 const char *kt = NULL; local
H A Dkeytab_any.c39 krb5_keytab kt; member in struct:any_data
[all...]
H A Dkuserok.c52 struct stat st; local
119 struct stat st; local
[all...]
H A Dpac.c595 long long wt; local
H A Dsalt-aes.c48 struct _krb5_encryption_type *et; local
H A Dsalt.c44 struct salt_type *st; local
76 struct salt_type *st; local
191 struct _krb5_encryption_type *et =_krb5_find_enctype(enctype); local
192 struct salt_type *st; local
252 struct _krb5_encryption_type *et = _krb5_find_enctype(etype); local
[all...]
H A Dtest_ap-req.c170 krb5_keytab kt; local
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.c203 Char *cp, *st; local
[all...]
H A Dtty.c1229 size_t len = 0, st = 0, cu; local
H A Dunvis.c193 unsigned char st, ia, is, lc; local
H A Dvi.c1007 ssize_t st; local
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dntlm.c1551 long long wt; local
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dgettimeofday.c43 FILETIME ft; local
H A Dresolve.c662 struct rk_resource_record **ee, **tt; local
[all...]

Completed in 487 milliseconds

1234567891011>>