Home
last modified time | relevance | path

Searched refs:krb5_mcache (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dmcache.c38 typedef struct krb5_mcache { struct
47 struct krb5_mcache *next; argument
50 } krb5_mcache; typedef
53 static struct krb5_mcache *mcc_head;
55 #define MCACHE(X) ((krb5_mcache *)(X)->data.data)
66 static krb5_mcache * KRB5_CALLCONV
69 krb5_mcache *m, *m_c; in mcc_alloc()
110 krb5_mcache *m; in mcc_resolve()
142 krb5_mcache *m; in mcc_gen_new()
163 krb5_mcache *m = MCACHE(id); in mcc_initialize()
[all …]