Home
last modified time | relevance | path

Searched defs:msg_len (Results 1 – 2 of 2) sorted by relevance

/base/startup/hvb/libhvb/src/crypto/
Dhvb_hash_sha256.c232 int hash_sha256_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_sha256_single()
295 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update()
348 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out… in hash_calc_do_final()
/base/security/asset/frameworks/utils/src/
Dhasher.rs110 let msg_len = message.len(); in pre_process_msg() localVariable