Home
last modified time | relevance | path

Searched refs:SHA2_CONST (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp385 #define SHA2_CONST(LEN) \ macro
391 SHA2_CONST(224);
392 SHA2_CONST(256);
393 SHA2_CONST(384);
394 SHA2_CONST(512);
396 #undef SHA2_CONST
H A Dsanitizer_platform_limits_netbsd.cpp2495 #define SHA2_CONST(LEN) \ macro
2501 SHA2_CONST(224);
2502 SHA2_CONST(256);
2503 SHA2_CONST(384);
2504 SHA2_CONST(512);
2506 #undef SHA2_CONST