Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Ddes_crypt.c112 struct desparams *desp) in common_crypt() argument
119 desp->des_dir = in common_crypt()
123 COPY8(key, desp->des_key); in common_crypt()
128 if (!__des_crypt_LOCAL(buf, len, desp)) { in common_crypt()
132 if (!_des_crypt_call(buf, len, desp)) { in common_crypt()
/dragonfly/usr.sbin/keyserv/
H A Dcrypt_server.c146 _arcfour_crypt(char *buf, int len, struct desparams *desp) in _arcfour_crypt() argument
156 prepare_key(desp->des_key, 5, &arcfourk); in _arcfour_crypt()