Searched refs:DESERR_NONE (Results 1 – 6 of 6) sorted by relevance
164 return (res == 0 ? DESERR_NONE : DESERR_HWERROR); in common_crypt()174 return (desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()
52 #define DESERR_NONE 0 /* succeeded */ macro
156 return (res == 0 ? DESERR_NONE : DESERR_HWERROR); in common_crypt()165 return (desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()
60 #define DESERR_NONE 0 /* succeeded */ macro
372 return (res == 0 ? DESERR_NONE : DESERR_HWERROR); in common_crypt()382 return (desdev == DES_SW ? DESERR_NONE : DESERR_NOHWDEVICE); in common_crypt()
851 if (r != DESERR_NONE && r != DESERR_NOHWDEVICE) {