Home
last modified time | relevance | path

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

/freebsd-src/crypto/heimdal/lib/krb5/
H A Dkcm.c54 typedef struct krb5_kcm_cursor { struct
58 } *krb5_kcm_cursor; argument
63 #define KCMCURSOR(C) ((krb5_kcm_cursor)(C))
534 krb5_kcm_cursor c; in kcm_get_first()
620 krb5_kcm_cursor c = KCMCURSOR(*cursor); in kcm_get_next()
679 krb5_kcm_cursor c = KCMCURSOR(*cursor); in kcm_end_get()
783 krb5_kcm_cursor c; in kcm_get_cache_first()
855 krb5_kcm_cursor c = KCMCURSOR(cursor); in kcm_get_cache_next()
921 krb5_kcm_cursor c = KCMCURSOR(cursor); in kcm_end_cache_get()