Searched refs:krb5_kcmcache (Results 1 – 2 of 2) sorted by relevance
50 typedef struct krb5_kcmcache { struct52 } krb5_kcmcache; argument61 #define KCMCACHE(X) ((krb5_kcmcache *)(X)->data.data)141 krb5_kcmcache *k; in kcm_alloc()222 krb5_kcmcache *k = KCMCACHE(*id); in kcm_free()254 krb5_kcmcache *k; in kcm_gen_new()306 krb5_kcmcache *k = KCMCACHE(id); in kcm_initialize()355 krb5_kcmcache *k = KCMCACHE(id); in kcm_destroy()388 krb5_kcmcache *k = KCMCACHE(id); in kcm_store_cred()432 krb5_kcmcache *k = KCMCACHE(id);[all …]
87 * lib/krb5/kcm.c: Add back krb5_kcmcache argument to try_door().