Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Dauth_des.c207 if (key_gendes(&auth->ah_key) < 0) { in authdes_pk_seccreate()
213 auth->ah_key = *ckey; in authdes_pk_seccreate()
304 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
308 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
382 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
441 ad->ad_xkey = auth->ah_key; in authdes_refresh()
/dragonfly/include/rpc/
H A Dauth.h178 union des_block ah_key; member