Searched defs:MD5_RESULTLEN (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib/
H A Dmd5.h14 #define MD5_RESULTLEN (128/8) macro
20 uint_fast32_t block[MD5_RESULTLEN];
26 unsigned char result[STATIC_ARRAY MD5_RESULTLEN]);
29 unsigned char result[STATIC_ARRAY MD5_RESULTLEN]);
H A Dmd5.c226 md5_final(struct md5_context *ctx, unsigned char result[STATIC_ARRAY MD5_RESULTLEN]) argument
279 unsigned char result[STATIC_ARRAY MD5_RESULTLEN])
305 MD5_RESULTLEN,
278 md5_get_digest(const void *data, size_t size, unsigned char result[STATIC_ARRAY MD5_RESULTLEN]) argument
/dovecot/src/auth/
H A Duserdb.c197 void userdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN]) argument
H A Dpassdb.c272 void passdbs_generate_md5(unsigned char md5[STATIC_ARRAY MD5_RESULTLEN]) argument
H A Dmech-rpa.c29 unsigned char pwd_md5[MD5_RESULTLEN];
65 unsigned char digest[STATIC_ARRAY MD5_RESULTLEN])
89 unsigned char digest[STATIC_ARRAY MD5_RESULTLEN])
92 unsigned char tmp[MD5_RESULTLEN];
392 unsigned char server_response[MD5_RESULTLEN];
424 unsigned char response[MD5_RESULTLEN];
64 rpa_user_response(struct rpa_auth_request *request, unsigned char digest[STATIC_ARRAY MD5_RESULTLEN]) argument
88 rpa_server_response(struct rpa_auth_request *request, unsigned char digest[STATIC_ARRAY MD5_RESULTLEN]) argument

Completed in 11 milliseconds