Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Ddes_crypt.c114 int desdev; in common_crypt() local
122 desdev = mode & DES_DEVMASK; in common_crypt()
136 return(desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()