HomeSort by: relevance | last modified time | path
    Searched refs:cc_ccache_t (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_ccapi.h 95 typedef struct cc_ccache_t *cc_ccache_t; typedef in typeref:struct:cc_ccache_t
177 cc_int32 (*next)(cc_ccache_iterator_t, cc_ccache_t*);
185 cc_int32 (*release)(cc_ccache_t);
186 cc_int32 (*destroy)(cc_ccache_t);
187 cc_int32 (*set_default)(cc_ccache_t);
188 cc_int32 (*get_credentials_version)(cc_ccache_t, cc_uint32*);
189 cc_int32 (*get_name)(cc_ccache_t, cc_string_t*);
190 cc_int32 (*get_principal)(cc_ccache_t, cc_uint32, cc_string_t*);
191 cc_int32 (*set_principal)(cc_ccache_t, cc_uint32, const char*)
207 struct cc_ccache_t { struct
    [all...]
acache.c 58 cc_ccache_t ccache;
933 cc_ccache_t cache;

Completed in 23 milliseconds