Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_kern.c121 char *sercred; in authkern_marshal() local
200 sercred = kmem_alloc(MAX_AUTH_BYTES, KM_SLEEP); in authkern_marshal()
205 xdrmem_create(&xdrm, sercred, MAX_AUTH_BYTES, XDR_ENCODE); in authkern_marshal()
217 auth->ah_cred.oa_base = sercred; in authkern_marshal()
232 kmem_free(sercred, MAX_AUTH_BYTES); in authkern_marshal()
H A Dauth_loopb.c123 char *sercred; in authloopback_marshal() local
205 sercred = kmem_alloc(MAX_AUTH_BYTES, KM_SLEEP); in authloopback_marshal()
210 xdrmem_create(&xdrm, sercred, MAX_AUTH_BYTES, XDR_ENCODE); in authloopback_marshal()
222 auth->ah_cred.oa_base = sercred; in authloopback_marshal()
237 kmem_free(sercred, MAX_AUTH_BYTES); in authloopback_marshal()