Home
last modified time | relevance | path

Searched refs:data_tmp_ptr (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c236 hi_u8* data_tmp_ptr = data_tmp->iv_content; in crypto_encrypt_hash() local
237 cs = (uintptr_t)key_content_ptr ^ encrypt_size ^ (uintptr_t)data_tmp_ptr ^ encrypt_size; in crypto_encrypt_hash()
238 ret = memcpy_s(key_content_ptr, encrypt_size, data_tmp_ptr, encrypt_size, cs); in crypto_encrypt_hash()