Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp377 #define SHA2_CONST(LEN) \ macro
383 SHA2_CONST(224);
384 SHA2_CONST(256);
385 SHA2_CONST(384);
386 SHA2_CONST(512);
388 #undef SHA2_CONST
H A Dsanitizer_platform_limits_netbsd.cpp2497 #define SHA2_CONST(LEN) \ macro
2503 SHA2_CONST(224);
2504 SHA2_CONST(256);
2505 SHA2_CONST(384);
2506 SHA2_CONST(512);
2508 #undef SHA2_CONST