Home
last modified time | relevance | path

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

/src/lib/libc/rpc/
H A Ddes_crypt.c113 int desdev; in common_crypt() local
121 desdev = mode & DES_DEVMASK; in common_crypt()
135 return(desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()