Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/crypto/sha2/
Dsha256.h53 #ifndef SHA256_Update
54 #define SHA256_Update _libmd_SHA256_Update macro
86 void SHA256_Update(SHA256_CTX *, const void *, size_t);
Dsha256c.c247 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function
310 #undef SHA256_Update
311 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
/third_party/curl/lib/
Dsha256.c83 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
115 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
154 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
188 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update() function
362 static int SHA256_Update(struct sha256_state *md, in SHA256_Update() function
464 SHA256_Update(&ctx, input, curlx_uztoui(length)); in Curl_sha256it()
474 CURLX_FUNCTION_CAST(HMAC_hupdate_func, SHA256_Update),
Damigaos.c105 int (SHA256_Update)(SHA256_CTX *c, const void *data, size_t len)
107 return SHA256_Update(c, data, curlx_uztoui(len));
Dsetup-vms.h364 #define SHA256_Update SHA256_UPDATE macro
/third_party/openssl/crypto/evp/
De_aes_cbc_hmac_sha256.c102 SHA256_Update(c, ptr, res); in sha256_update()
121 SHA256_Update(c, ptr, res); in sha256_update()
124 # ifdef SHA256_Update
125 # undef SHA256_Update
127 # define SHA256_Update sha256_update macro
464 SHA256_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher()
481 SHA256_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher()
490 SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher()
560 SHA256_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher()
567 SHA256_Update(&key->md, out, j); in aesni_cbc_hmac_sha256_cipher()
[all …]
Dm_sha1.c136 return SHA256_Update(EVP_MD_CTX_md_data(ctx), data, count); in update256()
/third_party/FreeBSD/sys/dev/random/
Dhash.c65 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()
/third_party/openssl/crypto/sha/
Dsha256.c57 SHA256_Update(&c, d, n); in SHA224()
71 SHA256_Update(&c, d, n); in SHA256()
79 return SHA256_Update(c, data, len); in SHA224_Update()
122 #define HASH_UPDATE SHA256_Update
/third_party/openssl/doc/man3/
DSHA256_Init.pod6 SHA224_Final, SHA256, SHA256_Init, SHA256_Update, SHA256_Final, SHA384,
27 int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
/third_party/openssl/include/openssl/
Dsha.h63 int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc42 SHA256_Update(&sha256, str.c_str(), str.size()); in SHA256()
/third_party/openssl/engines/
De_ossltest.c521 return SHA256_Update(data(ctx), data, (size_t)count); in digest_sha256_update()
/third_party/libcoap/src/
Dcoap_openssl.c3442 return SHA256_Update(digest_ctx, data, data_len); in coap_digest_update()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2101 #define SHA256_Update BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SHA256_Update) macro
/third_party/openssl/util/
Dlibcrypto.num1977 SHA256_Update 1963 1_1_0 EXIST::FUNCTION: