Searched refs:des_crypt_1_arg (Results 1 – 1 of 1) sorted by relevance
49 desargs des_crypt_1_arg; in _des_crypt_call() local73 des_crypt_1_arg.desbuf.desbuf_len = len; in _des_crypt_call()74 des_crypt_1_arg.desbuf.desbuf_val = buf; in _des_crypt_call()75 des_crypt_1_arg.des_dir = (dparms->des_dir == ENCRYPT) ? ENCRYPT_DES : DECRYPT_DES; in _des_crypt_call()76 des_crypt_1_arg.des_mode = (dparms->des_mode == CBC) ? CBC_DES : ECB_DES; in _des_crypt_call()77 bcopy(dparms->des_ivec, des_crypt_1_arg.des_ivec, 8); in _des_crypt_call()78 bcopy(dparms->des_key, des_crypt_1_arg.des_key, 8); in _des_crypt_call()80 result_1 = des_crypt_1(&des_crypt_1_arg, clnt); in _des_crypt_call()