Searched defs:msg_len (Results 1 – 4 of 4) sorted by relevance
232 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()
110 let msg_len = message.len(); in pre_process_msg() localVariable
38 __le32 msg_len; /* rndis_data_hdr + data_len + pad */ member
190 u32 msg_len = 0; in RndisRxFixup() local