Searched defs:MD5_DIGEST_LENGTH (Results 1 - 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
H A Dmd5.h21 #define MD5_DIGEST_LENGTH 16 macro
22 #define MD5_DIGEST_STRING_LENGTH (MD5_DIGEST_LENGTH * 2 + 1)
34 void MD5Final(u_int8_t [MD5_DIGEST_LENGTH], MD5_CTX *)
35 __attribute__((__bounded__(__minbytes__,1,MD5_DIGEST_LENGTH)));
/external/boringssl/include/openssl/
H A Dmd5.h72 /* MD5_DIGEST_LENGTH is the length of an MD5 digest. */
73 #define MD5_DIGEST_LENGTH 16 macro
82 * |md|, which must have at least |MD5_DIGEST_LENGTH| bytes of space. It
87 * There must be at least |MD5_DIGEST_LENGTH| bytes of space in |out|. */
/external/boringssl/src/include/openssl/
H A Dmd5.h72 /* MD5_DIGEST_LENGTH is the length of an MD5 digest. */
73 #define MD5_DIGEST_LENGTH 16 macro
82 * |md|, which must have at least |MD5_DIGEST_LENGTH| bytes of space. It
87 * There must be at least |MD5_DIGEST_LENGTH| bytes of space in |out|. */
/external/mdnsresponder/mDNSCore/
H A DDNSDigest.c185 #define MD5_DIGEST_LENGTH 16 /* digest length in bytes */ macro
203 #define MD5_DIGEST_LENGTH 16 macro

Completed in 142 milliseconds