Searched refs:dst_data (Results 1 – 1 of 1) sorted by relevance
224 uint8_t *dst_data = NULL; in hash_test() local240 dst_data = (u8 *)hal_malloc_align(data_size, CE_ALIGN_SIZE); in hash_test()241 if (dst_data == NULL) { in hash_test()251 memset(dst_data, 0x0, data_size); in hash_test()252 hash_ctx->dst_buffer = dst_data; in hash_test()309 if (dst_data != NULL) { in hash_test()310 hal_free_align(dst_data); in hash_test()
Completed in 6 milliseconds