Home
last modified time | relevance | path

Searched refs:Sha256 (Results 1 - 5 of 5) sorted by relevance

/base/security/asset/frameworks/os_dependency/openssl/inc/
H A Dopenssl_wrapper.h26 void Sha256(const uint8_t *input, uint32_t intputLen, uint8_t *output);
/base/security/asset/frameworks/os_dependency/openssl/src/
H A Dopenssl_wrapper.c28 void Sha256(const uint8_t *input, uint32_t intputLen, uint8_t *output) in Sha256() function
/base/security/asset/frameworks/utils/src/
H A Dhasher.rs138 fn Sha256(input: *const u8, input_len: u32, output: *mut u8); in Sha256() functions
146 unsafe { Sha256(message.as_ptr(), message.len() as u32, res.as_mut_ptr()) } in sha256_new()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c346 static int32_t Sha256(const Blob *input, Blob *output) in Sha256() function
467 ret = Sha256(hash, &digestBlob); in EcHashToPoint()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c115 static int32_t Sha256(const Uint8Buff *message, Uint8Buff *hash) in Sha256() function
1822 res = Sha256(message, &messageHash); in Sign()
1824 LOGE("Sha256 failed."); in Sign()
1915 res = Sha256(message, &messageHash); in Verify()
1917 LOGE("Sha256 failed."); in Verify()
2247 .sha256 = Sha256,

Completed in 6 milliseconds