/external/openscreen/util/crypto/ |
D | sha2_unittest.cc | 23 uint8_t output[SHA256_DIGEST_LENGTH]; in TEST() 39 ASSERT_EQ(static_cast<size_t>(SHA256_DIGEST_LENGTH), output.value().size()); in TEST() 52 uint8_t output[SHA256_DIGEST_LENGTH]; in TEST() 65 uint8_t output[SHA256_DIGEST_LENGTH]; in TEST()
|
D | secure_hash_unittest.cc | 40 const uint8_t kExpectedHashOfInput1[SHA256_DIGEST_LENGTH] = { in TEST() 44 const uint8_t kExpectedHashOfInput1And2[SHA256_DIGEST_LENGTH] = { in TEST() 79 EXPECT_EQ(static_cast<size_t>(SHA256_DIGEST_LENGTH), ctx.GetHashLength()); in TEST()
|
D | sha2.cc | 17 uint8_t output[SHA256_DIGEST_LENGTH]) { in SHA256HashString() argument 28 std::string output(SHA256_DIGEST_LENGTH, 0); in SHA256HashString()
|
D | sha2.h | 26 uint8_t output[SHA256_DIGEST_LENGTH]);
|
/external/curl/tests/unit/ |
D | unit1610.c | 41 unsigned char output[SHA256_DIGEST_LENGTH]; 49 "\x5b\x4b", SHA256_DIGEST_LENGTH); 56 "\x15\xae", SHA256_DIGEST_LENGTH);
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.h | 50 #define SHA256_DIGEST_LENGTH 32 macro 51 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1) 125 void SHA256_Final __P((u_int8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*));
|
/external/openssh/openbsd-compat/ |
D | sha2.h | 52 #define SHA256_DIGEST_LENGTH 32 macro 53 #define SHA256_DIGEST_STRING_LENGTH (SHA256_DIGEST_LENGTH * 2 + 1) 101 void SHA256Final(u_int8_t [SHA256_DIGEST_LENGTH], SHA2_CTX *) 102 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_aesctrhmac.c | 24 #define EVP_AEAD_AES_CTR_HMAC_SHA256_TAG_LEN SHA256_DIGEST_LENGTH 119 static void hmac_calculate(uint8_t out[SHA256_DIGEST_LENGTH], in hmac_calculate() argument 144 uint8_t inner_digest[SHA256_DIGEST_LENGTH]; in hmac_calculate() 203 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() 229 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather()
|
D | e_tls.c | 517 SHA256_DIGEST_LENGTH + 16, // key len (SHA256 + AES128) 519 16 + SHA256_DIGEST_LENGTH, // overhead (padding + SHA256) 520 SHA256_DIGEST_LENGTH, // max tag length 568 SHA256_DIGEST_LENGTH + 32, // key len (SHA256 + AES256) 570 16 + SHA256_DIGEST_LENGTH, // overhead (padding + SHA256) 571 SHA256_DIGEST_LENGTH, // max tag length
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_aesctrhmac.c | 24 #define EVP_AEAD_AES_CTR_HMAC_SHA256_TAG_LEN SHA256_DIGEST_LENGTH 119 static void hmac_calculate(uint8_t out[SHA256_DIGEST_LENGTH], in hmac_calculate() argument 144 uint8_t inner_digest[SHA256_DIGEST_LENGTH]; in hmac_calculate() 203 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() 229 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather()
|
D | e_tls.c | 517 SHA256_DIGEST_LENGTH + 16, // key len (SHA256 + AES128) 519 16 + SHA256_DIGEST_LENGTH, // overhead (padding + SHA256) 520 SHA256_DIGEST_LENGTH, // max tag length 568 SHA256_DIGEST_LENGTH + 32, // key len (SHA256 + AES256) 570 16 + SHA256_DIGEST_LENGTH, // overhead (padding + SHA256) 571 SHA256_DIGEST_LENGTH, // max tag length
|
/external/libchrome/crypto/ |
D | secure_hash.cc | 43 ScopedOpenSSLSafeSizeBuffer<SHA256_DIGEST_LENGTH> result( in Finish() 52 size_t GetHashLength() const override { return SHA256_DIGEST_LENGTH; } in GetHashLength()
|
/external/boringssl/src/crypto/hpke/ |
D | hpke.c | 268 uint8_t out_shared_secret[SHA256_DIGEST_LENGTH], in hpke_encap() argument 283 SHA256_DIGEST_LENGTH, dh, kem_context)) { in hpke_encap() 290 uint8_t out_shared_secret[SHA256_DIGEST_LENGTH], in hpke_decap() argument 304 SHA256_DIGEST_LENGTH, dh, kem_context)) { in hpke_decap() 347 uint8_t shared_secret[SHA256_DIGEST_LENGTH]; in EVP_HPKE_CTX_setup_base_s_x25519_for_test() 371 uint8_t shared_secret[SHA256_DIGEST_LENGTH]; in EVP_HPKE_CTX_setup_base_r_x25519() 411 uint8_t shared_secret[SHA256_DIGEST_LENGTH]; in EVP_HPKE_CTX_setup_psk_s_x25519_for_test() 436 uint8_t shared_secret[SHA256_DIGEST_LENGTH]; in EVP_HPKE_CTX_setup_psk_r_x25519()
|
/external/tensorflow/tensorflow/core/platform/s3/ |
D | aws_crypto.cc | 34 unsigned int length = SHA256_DIGEST_LENGTH; in Calculate() 63 Aws::Utils::ByteBuffer hash(SHA256_DIGEST_LENGTH); in Calculate() 97 Aws::Utils::ByteBuffer hash(SHA256_DIGEST_LENGTH); in Calculate()
|
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/ |
D | aws_crypto.cc | 34 unsigned int length = SHA256_DIGEST_LENGTH; in Calculate() 62 Aws::Utils::ByteBuffer hash(SHA256_DIGEST_LENGTH); in Calculate() 95 Aws::Utils::ByteBuffer hash(SHA256_DIGEST_LENGTH); in Calculate()
|
/external/boringssl/src/include/openssl/ |
D | sha.h | 155 #define SHA256_DIGEST_LENGTH 32 macro 166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH], 173 uint8_t out[SHA256_DIGEST_LENGTH]);
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | sha.h | 155 #define SHA256_DIGEST_LENGTH 32 macro 166 OPENSSL_EXPORT int SHA256_Final(uint8_t out[SHA256_DIGEST_LENGTH], 173 uint8_t out[SHA256_DIGEST_LENGTH]);
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/ |
D | sha256.c | 91 sha->md_len = SHA256_DIGEST_LENGTH; in SHA256_Init() 106 uint8_t out[SHA256_DIGEST_LENGTH]) { in SHA256() argument 151 case SHA256_DIGEST_LENGTH: \ 152 for (nn = 0; nn < SHA256_DIGEST_LENGTH / 4; nn++) { \ 158 if ((c)->md_len > SHA256_DIGEST_LENGTH) { \
|
/external/boringssl/src/crypto/fipsmodule/sha/ |
D | sha256.c | 91 sha->md_len = SHA256_DIGEST_LENGTH; in SHA256_Init() 106 uint8_t out[SHA256_DIGEST_LENGTH]) { in SHA256() argument 151 case SHA256_DIGEST_LENGTH: \ 152 for (nn = 0; nn < SHA256_DIGEST_LENGTH / 4; nn++) { \ 158 if ((c)->md_len > SHA256_DIGEST_LENGTH) { \
|
/external/openssh/regress/misc/sk-dummy/ |
D | sk-dummy.c | 310 uint8_t apphash[SHA256_DIGEST_LENGTH]; in sig_ecdsa() 311 uint8_t sighash[SHA256_DIGEST_LENGTH]; in sig_ecdsa() 333 if (message_len != SHA256_DIGEST_LENGTH) { in sig_ecdsa() 401 uint8_t apphash[SHA256_DIGEST_LENGTH]; in sig_ed25519() 403 sizeof(counter) + SHA256_DIGEST_LENGTH]; in sig_ed25519() 412 if (message_len != SHA256_DIGEST_LENGTH) { in sig_ed25519()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rand/ |
D | ctrdrbg_test.cc | 73 uint8_t digest[SHA256_DIGEST_LENGTH]; in TEST() 76 const uint8_t kExpected[SHA256_DIGEST_LENGTH] = { in TEST()
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | ctrdrbg_test.cc | 73 uint8_t digest[SHA256_DIGEST_LENGTH]; in TEST() 76 const uint8_t kExpected[SHA256_DIGEST_LENGTH] = { in TEST()
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_get_intl_cert.c | 49 unsigned char *hash = (unsigned char *)malloc(SHA256_DIGEST_LENGTH); in hash_ek_public() 119 LOGBLOB_TRACE(&hash[0], SHA256_DIGEST_LENGTH, "Hash"); in hash_ek_public() 150 BIO_write(bio, buffer, SHA256_DIGEST_LENGTH); in base64_encode()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/ |
D | aws_request_signer.cc | 39 void SHA256(const std::string& str, unsigned char out[SHA256_DIGEST_LENGTH]) { in SHA256() argument 47 unsigned char hash[SHA256_DIGEST_LENGTH]; in SHA256Hex() 50 SHA256_DIGEST_LENGTH); in SHA256Hex()
|
/external/curl/lib/ |
D | curl_sha256.h | 28 #define SHA256_DIGEST_LENGTH 32 macro
|