Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A 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()
/ohos5.0/base/security/asset/frameworks/utils/src/
H A Dhasher.rs110 let msg_len = message.len(); in pre_process_msg() localVariable
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_net_adapter.h38 __le32 msg_len; /* rndis_data_hdr + data_len + pad */ member
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_net_adapter.c190 u32 msg_len = 0; in RndisRxFixup() local