Searched defs:msg_len (Results 1 – 5 of 5) sorted by relevance
| /base/startup/init/test/mock/hvb/libhvb/crypto/ |
| D | hvb_hash_sha256.c | 34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() 47 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()
|
| D | hvb_sm3.c | 37 int hvb_sm3_update(struct sm3_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hvb_sm3_update()
|
| /base/startup/hvb/libhvb/src/crypto/ |
| D | hvb_hash_sha256.c | 242 int hash_sha256_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_sha256_single() 309 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() 369 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()
|
| D | hvb_sm3.c | 269 int hvb_sm3_update(struct sm3_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hvb_sm3_update() 396 int hvb_sm3_single(const void *msg, uint32_t msg_len, uint8_t *out, uint32_t *out_len) in hvb_sm3_single()
|
| /base/security/asset/frameworks/utils/src/ |
| D | hasher.rs | 110 let msg_len = message.len(); in pre_process_msg() localVariable
|