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

/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Drmd160.h32 #define RMD160_DIGEST_STRING_LENGTH (RMD160_DIGEST_LENGTH * 2 + 1) macro
51 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
53 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
55 __attribute__((__bounded__(__minbytes__,2,RMD160_DIGEST_STRING_LENGTH)));
58 __attribute__((__bounded__(__minbytes__,3,RMD160_DIGEST_STRING_LENGTH)));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2202 const unsigned RMD160_return_length = RMD160_DIGEST_STRING_LENGTH;

Completed in 74 milliseconds