HomeSort by: relevance | last modified time | path
    Searched refs:SHA1_CTX_sz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h 2299 extern const unsigned SHA1_CTX_sz;
sanitizer_common_interceptors.inc 8043 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA1_CTX_sz);
8051 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA1_CTX_sz);
8054 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA1_CTX_sz);
8060 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA1_CTX_sz);
8080 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA1_CTX_sz);
sanitizer_platform_limits_netbsd.cc 2315 const unsigned SHA1_CTX_sz = sizeof(SHA1_CTX);

Completed in 22 milliseconds