Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dauth_des.c63 static bool_t authdes_refresh(AUTH *, void *);
202 if (!authdes_refresh(auth, NULL)) { in authdes_pk_seccreate()
400 authdes_refresh(AUTH *auth, void *dummy) in authdes_refresh() function
470 ops.ah_refresh = authdes_refresh; in authdes_ops()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_des.c73 static bool_t authdes_refresh(AUTH *, struct rpc_msg *, cred_t *);
188 if (!authdes_refresh(auth, NULL, CRED())) in authdes_create()
377 authdes_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authdes_refresh() function
460 ops.ah_refresh = authdes_refresh; in authdes_ops()