Lines Matching defs:md5
50 #include <md5.h>
196 ndmp_auth_md5 *md5;
218 "Authorization type should be md5 or cleartext.");
289 md5 = &request->auth_data.ndmp_auth_data_u.auth_md5;
308 if (strcmp(uname, md5->user) != 0) {
312 } else if (memcmp(md5_digest, md5->auth_digest,
440 ndmp_auth_md5_v3 *md5;
496 type = "md5";
498 md5 = &request->auth_data.ndmp_auth_data_v3_u.auth_md5;
499 reply.error = ndmpd_connect_auth_md5(uname, md5->auth_id,
500 md5->auth_digest, session->ns_challenge);