Searched refs:ah_key (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 186 if (key_gendes(&auth->ah_key) < 0) { in authdes_pk_seccreate() 192 auth->ah_key = *ckey; in authdes_pk_seccreate() 281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 362 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate() 421 ad->ad_xkey = auth->ah_key; in authdes_refresh()
|
/titanic_41/usr/src/uts/common/rpc/sec/ |
H A D | auth_des.c | 165 if ((stat = key_gendes(&auth->ah_key)) != RPC_SUCCESS) { in authdes_create() 178 auth->ah_key = *ckey; in authdes_create() 260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf, in authdes_marshal() 337 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf, in authdes_validate() 394 ad->ad_xkey = auth->ah_key; in authdes_refresh()
|
H A D | sec_clnt.c | 667 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()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | auth.h | 91 union des_block ah_key; member
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | auth.h | 199 union des_block ah_key; member
|