Home
last modified time | relevance | path

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

/sunrpc/
A Ddes_crypt.c68 unsigned mode, register struct desparams *desp) in common_crypt() argument
75 desp->des_dir = in common_crypt()
79 COPY8 (key, desp->des_key); in common_crypt()
83 if (!_des_crypt (buf, len, desp)) in common_crypt()
A Ddes_impl.c516 _des_crypt (char *buf, unsigned len, struct desparams *desp) in _des_crypt() argument
526 cbc_mode = (desp->des_mode == CBC) ? 1 : 0; in _des_crypt()
530 oiv = iv = (unsigned char *) desp->des_ivec; in _des_crypt()
532 des_set_key (desp->des_key, schedule); in _des_crypt()
535 if (desp->des_dir == ENCRYPT) in _des_crypt()

Completed in 5 milliseconds