Home
last modified time | relevance | path

Searched refs:key (Results 1 – 10 of 10) sorted by relevance

/sunrpc/
A Dxcrypt.c71 void passwd2des_internal (char *pw, char *key);
80 passwd2des_internal (char *pw, char *key) in libc_hidden_proto()
84 memset (key, 0, 8); in libc_hidden_proto()
86 key[i] ^= *pw++ << 1; in libc_hidden_proto()
88 des_setparity (key); in libc_hidden_proto()
95 void passwd2des (char *pw, char *key) in libc_sunrpc_symbol()
97 return passwd2des_internal (pw, key); in libc_sunrpc_symbol()
109 char key[8]; local
118 passwd2des_internal (passwd, key);
141 char key[8]; in libc_hidden_nolink_sunrpc() local
[all …]
A Dsvcauth_des.c69 des_block key; /* conversation key */ member
155 cred->adc_fullname.key.key.high = *ixdr++; in _svcauth_des()
156 cred->adc_fullname.key.key.low = *ixdr++; in _svcauth_des()
174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
175 verf.adv_xtimestamp.key.low = *ixdr++; in _svcauth_des()
227 ivec.key.high = ivec.key.low = 0; in _svcauth_des()
373 entry->key = *sessionkey; in _svcauth_des()
384 cred->adc_fullname.key = entry->key; in _svcauth_des()
455 hi = key->key.high; in cache_spot()
458 if (cp->key.key.high == hi && in cache_spot()
[all …]
A Ddes_crypt.c67 common_crypt (char *key, char *buf, register unsigned len, in common_crypt() argument
79 COPY8 (key, desp->des_key); in common_crypt()
96 cbc_crypt (char *key, char *buf, unsigned int len, unsigned int mode, in cbc_crypt() argument
104 err = common_crypt (key, buf, len, mode, &dp); in cbc_crypt()
114 ecb_crypt (char *key, char *buf, unsigned int len, unsigned int mode) in hidden_nolink()
119 return common_crypt (key, buf, len, mode, &dp); in hidden_nolink()
A Dpublickey.c34 getpublickey (const char *name, char *key) in getpublickey() argument
49 status = (*fct.f) (name, key, &errno); in getpublickey()
60 getsecretkey (const char *name, char *key, const char *passwd) in libc_hidden_nolink_sunrpc()
75 status = (*fct.f) (name, key, passwd, &errno); in libc_hidden_nolink_sunrpc()
A Dauth_des.c277 ivec.key.high = ivec.key.low = 0; in authdes_marshal()
293 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high; in authdes_marshal()
294 ad->ad_verf.adv_winverf = cryptbuf[1].key.low; in authdes_marshal()
355 verf.adv_xtimestamp.key.high = *ixdr++; in authdes_validate()
356 verf.adv_xtimestamp.key.low = *ixdr++; in authdes_validate()
422 cred->adc_fullname.key = ad->ad_xkey; in authdes_refresh()
A Dauthdes_prot.c54 ATTEMPT (xdr_opaque (xdrs, (caddr_t) & cred->adc_fullname.key, in xdr_authdes_cred()
A Ddes_impl.c378 des_set_key (unsigned char *key, unsigned long *schedule) in des_set_key() argument
386 in = key; in des_set_key()
A Dkey_call.c212 key_gendes (des_block *key) in libc_hidden_nolink_sunrpc()
231 (xdrproc_t) xdr_des_block, (caddr_t) key, in libc_hidden_nolink_sunrpc()
/sunrpc/rpc/
A Dauth_des.h38 des_block key; /* conversation key */ member
A Dauth.h73 } key; member

Completed in 20 milliseconds