Sha256: 1b7e159d9a7477b4b51ca841cdb7ba4f516ca234c9dd7585eda8605ea8212835

Contents?: true

Size: 1.41 KB

Versions: 14

Compression:

Stored size: 1.41 KB

Contents

/* Copyright (c) 2019, Google Inc.
 *
 * Permission to use, copy, modify, and/or distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
 * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
 * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */

#include <stdint.h>


#if defined(BORINGSSL_FIPS) && defined(BORINGSSL_SHARED_LIBRARY)
// BORINGSSL_bcm_text_hash is is default hash value for the FIPS integrity check
// that must be replaced with the real value during the build process. This
// value need only be distinct, i.e. so that we can safely search-and-replace it
// in an object file.
const uint8_t BORINGSSL_bcm_text_hash[32];
const uint8_t BORINGSSL_bcm_text_hash[32] = {
    0xae, 0x2c, 0xea, 0x2a, 0xbd, 0xa6, 0xf3, 0xec, 0x97, 0x7f, 0x9b,
    0xf6, 0x94, 0x9a, 0xfc, 0x83, 0x68, 0x27, 0xcb, 0xa0, 0xa0, 0x9f,
    0x6b, 0x6f, 0xde, 0x52, 0xcd, 0xe2, 0xcd, 0xff, 0x31, 0x80,
};
#endif  // FIPS && SHARED_LIBRARY

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
grpc-1.68.1 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.67.0 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.67.0.pre1 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.66.0 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.66.0.pre5 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.66.0.pre3 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.65.2 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.65.1 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.65.0 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.65.0.pre2 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
grpc-1.65.0.pre1 third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c
aws-crt-0.1.6 aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/fips_shared_support.c
aws-crt-0.1.5 aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/fips_shared_support.c
aws-crt-0.1.4 aws-crt-ffi/crt/aws-lc/crypto/fipsmodule/fips_shared_support.c