Searched refs:ah_key (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c186 if (key_gendes(&auth->ah_key) < 0) {
192 auth->ah_key = *ckey;
281 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
285 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
362 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf,
421 ad->ad_xkey = auth->ah_key;
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c165 if ((stat = key_gendes(&auth->ah_key)) != RPC_SUCCESS) {
178 auth->ah_key = *ckey;
260 status = cbc_crypt((char *)&auth->ah_key, (char *)cryptbuf,
263 status = ecb_crypt((char *)&auth->ah_key, (char *)cryptbuf,
337 status = ecb_crypt((char *)&auth->ah_key, (char *)&buf,
394 ad->ad_xkey = auth->ah_key;
H A Dsec_clnt.c667 if (key_gendes(&auth->ah_key) != RPC_SUCCESS) {
669 auth->ah_key.key.high ^= auth->ah_key.key.low;
670 auth->ah_key.key.low += auth->ah_key.key.high;
674 auth->ah_key.key.high = 0;
675 auth->ah_key.key.low = 0;
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h91 union des_block ah_key; member in struct:__anon2765
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h185 union des_block ah_key; member in struct:__auth

Completed in 102 milliseconds