Home
last modified time | relevance | path

Searched refs:SHA256_Update (Results 1 - 17 of 17) sorted by relevance

/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256.h51 #ifndef SHA256_Update
52 #define SHA256_Update _libmd_SHA256_Update macro
84 void SHA256_Update(SHA256_CTX *, const void *, size_t);
H A Dsha256c.c245 SHA256_Update(SHA256_CTX * ctx, const void *in, size_t len) in SHA256_Update() function
308 #undef SHA256_Update macro
309 __weak_reference(_libmd_SHA256_Update, SHA256_Update);
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c107 SHA256_Update(c, ptr, res); in sha256_update()
126 SHA256_Update(c, ptr, res); in sha256_update()
129 # ifdef SHA256_Update
130 # undef SHA256_Update macro
132 # define SHA256_Update sha256_update macro
469 SHA256_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher()
485 SHA256_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher()
494 SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher()
564 SHA256_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher()
571 SHA256_Update( in aesni_cbc_hmac_sha256_cipher()
[all...]
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c107 SHA256_Update(c, ptr, res); in sha256_update()
126 SHA256_Update(c, ptr, res); in sha256_update()
129 # ifdef SHA256_Update
130 # undef SHA256_Update macro
132 # define SHA256_Update sha256_update macro
469 SHA256_Update(&key->md, in + iv, sha_off); in aesni_cbc_hmac_sha256_cipher()
485 SHA256_Update(&key->md, in + sha_off, plen - sha_off); in aesni_cbc_hmac_sha256_cipher()
494 SHA256_Update(&key->md, out + plen, SHA256_DIGEST_LENGTH); in aesni_cbc_hmac_sha256_cipher()
564 SHA256_Update(&key->md, key->aux.tls_aad, plen); in aesni_cbc_hmac_sha256_cipher()
571 SHA256_Update( in aesni_cbc_hmac_sha256_cipher()
[all...]
/third_party/FreeBSD/sys/dev/random/
H A Dhash.c74 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c74 SHA256_Init, SHA256_Update, SHA256_Final)
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsha.rs228 #[corresponds(SHA256_Update)]
232 ffi::SHA256_Update(&mut self.0, buf.as_ptr() as *const c_void, buf.len()); in update()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dsha.h74 OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
/third_party/openssl/include/openssl/
H A Dsha.h74 OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h63 int SHA256_Update(SHA256_CTX *c, const void *data, size_t len);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs54 pub fn SHA256_Update(c: *mut SHA256_CTX, data: *const c_void, len: size_t) -> c_int; in SHA256_Update() functions
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha256.c58 return SHA256_Update(c, data, len); in SHA224_Update()
101 #define HASH_UPDATE SHA256_Update
/third_party/openssl/crypto/sha/
H A Dsha256.c58 return SHA256_Update(c, data, len); in SHA224_Update()
101 #define HASH_UPDATE SHA256_Update
/third_party/curl/lib/
H A Dsetup-vms.h365 #define SHA256_Update SHA256_UPDATE macro
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c82 SHA256_Update(c, ptr, res); in sha256_update()
101 SHA256_Update(c, ptr, res); in sha256_update()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c82 SHA256_Update(c, ptr, res); in sha256_update()
101 SHA256_Update(c, ptr, res); in sha256_update()

Completed in 11 milliseconds