Home
last modified time | relevance | path

Searched refs:SHA256_Update (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c60 SHA256_Update(out_inner, block, sizeof(block)); in hmac_init()
68 SHA256_Update(out_outer, block, sizeof(block)); in hmac_init()
116 SHA256_Update(sha256, bytes, sizeof(bytes)); in hmac_update_uint64()
129 SHA256_Update(&sha256, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN); in hmac_calculate()
130 SHA256_Update(&sha256, ad, ad_len); in hmac_calculate()
140 SHA256_Update(&sha256, padding, num_padding); in hmac_calculate()
142 SHA256_Update(&sha256, ciphertext, ciphertext_len); in hmac_calculate()
148 SHA256_Update(&sha256, inner_digest, sizeof(inner_digest)); in hmac_calculate()
/external/curl/lib/
Dsha256.c83 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
111 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
144 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
183 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
217 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
388 static int SHA256_Update(struct sha256_state *md, in SHA256_Update() function
490 SHA256_Update(&ctx, input, curlx_uztoui(length)); in Curl_sha256it()
/external/openssh/regress/misc/sk-dummy/
Dsk-dummy.c340 SHA256_Update(&ctx, application, strlen(application)); in sig_ecdsa()
350 SHA256_Update(&ctx, apphash, sizeof(apphash)); in sig_ecdsa()
351 SHA256_Update(&ctx, &flags, sizeof(flags)); in sig_ecdsa()
352 SHA256_Update(&ctx, countbuf, sizeof(countbuf)); in sig_ecdsa()
353 SHA256_Update(&ctx, message, message_len); in sig_ecdsa()
419 SHA256_Update(&ctx, application, strlen(application)); in sig_ed25519()
493 SHA256_Update(&ctx, data, datalen); in sk_sign()
/external/tpm2-tss/src/tss2-fapi/
Difapi_get_intl_cert.c65 is_success = SHA256_Update(&sha256, in hash_ek_public()
80 is_success = SHA256_Update(&sha256, buf, sizeof(buf)); in hash_ek_public()
88 is_success = SHA256_Update(&sha256, in hash_ek_public()
97 is_success = SHA256_Update(&sha256, in hash_ek_public()
/external/tensorflow/tensorflow/core/platform/s3/
Daws_crypto.cc61 SHA256_Update(&sha256, str.data(), str.size()); in Calculate()
90 SHA256_Update(&sha256, streamBuffer, static_cast<size_t>(bytesRead)); in Calculate()
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/s3/
Daws_crypto.cc60 SHA256_Update(&sha256, str.data(), str.size()); in Calculate()
88 SHA256_Update(&sha256, streamBuffer, static_cast<size_t>(bytesRead)); in Calculate()
/external/curl/src/
Dtool_metalink.c163 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
221 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
309 static void SHA256_Update(SHA256_CTX *pctx, in SHA256_Update() function
388 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
425 CURLX_FUNCTION_CAST(digest_update_func, SHA256_Update),
/external/libchrome/crypto/
Dsecure_hash.cc39 SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len); in Update()
/external/arm-trusted-firmware/tools/cert_create/src/
Dsha.c48 SHA256_Update(&shaContext, data, bytes); in sha_file()
/external/avb/libavb/boringssl/
Dsha.c37 SHA256_Update(realCtx, data, len); in avb_sha256_update()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/sha/
Dsha256.c109 SHA256_Update(&ctx, data, len); in SHA256()
116 return SHA256_Update(ctx, data, len); in SHA224_Update()
170 #define HASH_UPDATE SHA256_Update
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha256.c109 SHA256_Update(&ctx, data, len); in SHA256()
116 return SHA256_Update(ctx, data, len); in SHA224_Update()
170 #define HASH_UPDATE SHA256_Update
/external/boringssl/src/crypto/hrss/
Dhrss.c1957 SHA256_Update(&hash_ctx, kSharedKey, sizeof(kSharedKey)); in HRSS_encap()
1958 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_encap()
1959 SHA256_Update(&hash_ctx, r_bytes, sizeof(r_bytes)); in HRSS_encap()
1960 SHA256_Update(&hash_ctx, out_ciphertext, POLY_BYTES); in HRSS_encap()
1984 SHA256_Update(&hash_ctx, masked_key, sizeof(masked_key)); in HRSS_decap()
1985 SHA256_Update(&hash_ctx, ciphertext, ciphertext_len); in HRSS_decap()
1996 SHA256_Update(&hash_ctx, masked_key, sizeof(masked_key)); in HRSS_decap()
1997 SHA256_Update(&hash_ctx, inner_digest, sizeof(inner_digest)); in HRSS_decap()
2073 SHA256_Update(&hash_ctx, kSharedKey, sizeof(kSharedKey)); in HRSS_decap()
2074 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_decap()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/hrss/
Dhrss.c1957 SHA256_Update(&hash_ctx, kSharedKey, sizeof(kSharedKey)); in HRSS_encap()
1958 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_encap()
1959 SHA256_Update(&hash_ctx, r_bytes, sizeof(r_bytes)); in HRSS_encap()
1960 SHA256_Update(&hash_ctx, out_ciphertext, POLY_BYTES); in HRSS_encap()
1984 SHA256_Update(&hash_ctx, masked_key, sizeof(masked_key)); in HRSS_decap()
1985 SHA256_Update(&hash_ctx, ciphertext, ciphertext_len); in HRSS_decap()
1996 SHA256_Update(&hash_ctx, masked_key, sizeof(masked_key)); in HRSS_decap()
1997 SHA256_Update(&hash_ctx, inner_digest, sizeof(inner_digest)); in HRSS_decap()
2073 SHA256_Update(&hash_ctx, kSharedKey, sizeof(kSharedKey)); in HRSS_decap()
2074 SHA256_Update(&hash_ctx, m_bytes, sizeof(m_bytes)); in HRSS_decap()
[all …]
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.h124 void SHA256_Update __P((SHA256_CTX*, const u_int8_t*, size_t));
Dsha2.c518 void SHA256_Update(SHA256_CTX* context, const sha2_byte *data, size_t len) { in SHA256_Update() function
656 SHA256_Update(&context, data, len); in SHA256_Data()
1076 SHA256_Update(data(ctx), data, count); in sha256_update()
1138 SHA256_Update,
/external/rust/crates/quiche/deps/boringssl/src/crypto/trust_token/
Dtrust_token.c531 SHA256_Update(&sha_ctx, key, key_len); in get_metadata_obfuscator()
532 SHA256_Update(&sha_ctx, client_data, client_data_len); in get_metadata_obfuscator()
596 SHA256_Update(&sha_ctx, kTokenHashDSTLabel, sizeof(kTokenHashDSTLabel)); in TRUST_TOKEN_ISSUER_redeem()
597 SHA256_Update(&sha_ctx, CBS_data(&token_copy), CBS_len(&token_copy)); in TRUST_TOKEN_ISSUER_redeem()
/external/boringssl/src/crypto/trust_token/
Dtrust_token.c637 SHA256_Update(&sha_ctx, key, key_len); in get_metadata_obfuscator()
638 SHA256_Update(&sha_ctx, client_data, client_data_len); in get_metadata_obfuscator()
702 SHA256_Update(&sha_ctx, kTokenHashDSTLabel, sizeof(kTokenHashDSTLabel)); in TRUST_TOKEN_ISSUER_redeem()
703 SHA256_Update(&sha_ctx, CBS_data(&token_copy), CBS_len(&token_copy)); in TRUST_TOKEN_ISSUER_redeem()
/external/boringssl/src/crypto/fipsmodule/
Dbcm.c180 assert_within(start, SHA256_Update, end); in BORINGSSL_bcm_power_on_self_test()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
Dbcm.c178 assert_within(start, SHA256_Update, end); in BORINGSSL_bcm_power_on_self_test()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/Ossl/
DTpmToOsslHash.h179 #define tpmHashData_SHA256 SHA256_Update
/external/boringssl/src/include/openssl/
Dsha.h161 OPENSSL_EXPORT int SHA256_Update(SHA256_CTX *sha, const void *data, size_t len);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dsha.h161 OPENSSL_EXPORT int SHA256_Update(SHA256_CTX *sha, const void *data, size_t len);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc42 SHA256_Update(&sha256, str.c_str(), str.size()); in SHA256()

12