Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c97 static dummy_token_t make_dummy_token(char *name);
98 static void free_dummy_token(dummy_token_t *token);
239 free_dummy_token((dummy_token_t *)(cred_handle));
1201 static dummy_token_t
1204 dummy_token_t token; in make_dummy_token()
1206 token = (dummy_token_t)malloc(strlen(name)+1); in make_dummy_token()
1212 free_dummy_token(dummy_token_t *token) in free_dummy_token()
/titanic_44/usr/src/uts/common/gssapi/include/
H A DgssapiP_dummy.h39 typedef void * dummy_token_t; typedef