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

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsha1.h16 #define SHA1_DIGEST_STRING_LENGTH (SHA1_DIGEST_LENGTH * 2 + 1) macro
34 __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
36 __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
38 __attribute__((__bounded__(__minbytes__,2,SHA1_DIGEST_STRING_LENGTH)));
41 __attribute__((__bounded__(__minbytes__,3,SHA1_DIGEST_STRING_LENGTH)));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2327 const unsigned SHA1_return_length = SHA1_DIGEST_STRING_LENGTH;

Completed in 74 milliseconds