Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/rpc/
H A Dsvc_udp.c72 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, uint32_t *);
236 if (cache_get(xprt, msg, &reply, &replylen)) { in svcudp_recv()
512 cache_get( in cache_get() function
/src/lib/libc/rpc/
H A Dsvc_dg.c80 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
284 if (cache_get(xprt, msg, &reply, &replylen)) { in svc_dg_recv()
658 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) in cache_get() function
/src/crypto/krb5/src/lib/krb5/krb/
H A Dget_creds.c113 cache_get(krb5_context context, krb5_ccache ccache, krb5_flags flags, in cache_get() function
151 return cache_get(context, ccache, fields, &mcreds, creds_out); in k5_get_cached_cred()
789 code = cache_get(context, ctx->ccache, flags, &mcreds, tgt_out); in get_cached_tgt()
827 code = cache_get(context, ctx->ccache, flags, &mcreds, &tgt); in get_cached_local_tgt()