Searched refs:authdes_validate (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_des.c72 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
316 authdes_validate(AUTH *auth, struct opaque_auth *rverf) function
341 cmn_err(CE_NOTE, "authdes_validate: DES decryption failure");
358 cmn_err(CE_NOTE, "authdes_validate: verifier mismatch");
459 ops.ah_validate = authdes_validate;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_des.c342 authdes_validate(AUTH *auth, struct opaque_auth *rverf) function
366 syslog(LOG_ERR, "authdes_validate: DES decryption failure");
383 syslog(LOG_DEBUG, "authdes_validate: verifier mismatch");
469 ops.ah_validate = authdes_validate;

Completed in 58 milliseconds