Home
last modified time | relevance | path

Searched defs:src_len (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/middleware/utils/update/common/
Dupg_verify.c106 STATIC errcode_t hash_operation(uapi_drv_cipher_buf_attr_t *src_buf, uint32_t src_len, uint8_t *dat… in hash_operation()
179 STATIC errcode_t calc_hash_by_type(uint32_t src_addr, uint32_t src_len, uint8_t *data_sha, in calc_hash_by_type()
202 errcode_t calc_hash(uint32_t src_addr, uint32_t src_len, uint8_t *data_sha, in calc_hash()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/update/local_update/
Dupg_lzmadec.c75 …SRes lzmadec_decodetobuf(CLzmaDec *p, Byte *dest, SizeT *dest_len, const Byte *src, SizeT *src_len, in lzmadec_decodetobuf()
Dupg_patch.c264 SizeT src_len, dest_len; in zip_mem_read() local
/device/soc/hisilicon/ws63v100/sdk/application/samples/bt/ble/ble_speed_client/src/
Dble_speed_client.c213 static int convert_ble_mac(uint8_t *dest_mac, uint16_t dest_len, uint8_t *src_mac, uint16_t src_len) in convert_ble_mac()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/at/at/src/
Dat_parse.c507 static at_ret_t at_parse_hex_string_to_uint8(const char* src, uint32_t src_len, uint8_t *dst) in at_parse_hex_string_to_uint8()
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_server/
Deap_server.c124 const u8 *src, size_t src_len) in eap_copy_data()