Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Ddes_crypt.c116 int desdev; in common_crypt() local
124 desdev = mode & DES_DEVMASK; in common_crypt()
138 return(desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()