Home
last modified time | relevance | path

Searched refs:SHA512_Update (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/digests/
H A Dsha2_prov.c84 SHA512_Init, SHA512_Update, SHA512_Final)
89 sha512_224_init, SHA512_Update, SHA512_Final)
94 sha512_256_init, SHA512_Update, SHA512_Final)
/third_party/openssl/providers/implementations/digests/
H A Dsha2_prov.c84 SHA512_Init, SHA512_Update, SHA512_Final)
89 sha512_224_init, SHA512_Update, SHA512_Final)
94 sha512_256_init, SHA512_Update, SHA512_Final)
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dlegacy_sha.c51 #define sha512_224_Update SHA512_Update
53 #define sha512_256_Update SHA512_Update
/third_party/openssl/crypto/evp/
H A Dlegacy_sha.c51 #define sha512_224_Update SHA512_Update
53 #define sha512_256_Update SHA512_Update
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsha.rs320 #[corresponds(SHA512_Update)]
324 ffi::SHA512_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.h124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
/third_party/openssl/include/openssl/
H A Dsha.h124 OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c,
/third_party/openssl/ohos_lite/include/openssl/
H A Dsha.h110 int SHA512_Update(SHA512_CTX *c, const void *data, size_t len);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dsha.rs88 pub fn SHA512_Update(c: *mut SHA512_CTX, data: *const c_void, len: size_t) -> c_int; in SHA512_Update() functions
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c264 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function
314 return SHA512_Update(c, data, len); in SHA384_Update()
334 SHA512_Update(&c, d, n); in SHA384()
348 SHA512_Update(&c, d, n); in SHA512()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c5442 SHA512_Update(&hash_ctx, private_key, 32); in ED25519_sign()
5450 SHA512_Update(&hash_ctx, az + 32, 32); in ED25519_sign()
5451 SHA512_Update(&hash_ctx, message, message_len); in ED25519_sign()
5459 SHA512_Update(&hash_ctx, out_sig, 32); in ED25519_sign()
5460 SHA512_Update(&hash_ctx, public_key, 32); in ED25519_sign()
5461 SHA512_Update(&hash_ctx, message, message_len); in ED25519_sign()
5530 SHA512_Update(&hash_ctx, r, 32); in ED25519_verify()
5531 SHA512_Update(&hash_ctx, public_key, 32); in ED25519_verify()
5532 SHA512_Update(&hash_ctx, message, message_len); in ED25519_verify()
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function
329 return SHA512_Update(c, data, len); in SHA384_Update()
/third_party/openssl/crypto/sha/
H A Dsha512.c279 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() function
329 return SHA512_Update(c, data, len); in SHA384_Update()

Completed in 20 milliseconds