Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c184 if (key_gendes(&auth->ah_key) < 0) { in authdes_pk_seccreate()
190 auth->ah_key = *ckey; in authdes_pk_seccreate()
279 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
283 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
360 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
419 ad->ad_xkey = auth->ah_key; in authdes_refresh()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c163 if ((stat = key_gendes(&auth->ah_key)) != RPC_SUCCESS) { in authdes_create()
176 auth->ah_key = *ckey; in authdes_create()
258 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
261 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal()
335 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate()
392 ad->ad_xkey = auth->ah_key; in authdes_refresh()
H A Dsec_clnt.c667 if (key_gendes(&auth->ah_key) != RPC_SUCCESS) { in revoke_key()
669 auth->ah_key.key.high ^= auth->ah_key.key.low; in revoke_key()
670 auth->ah_key.key.low += auth->ah_key.key.high; in revoke_key()
674 auth->ah_key.key.high = 0; in revoke_key()
675 auth->ah_key.key.low = 0; in revoke_key()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h199 union des_block ah_key; member