Searched refs:hal_malloc_align (Results 1 – 4 of 4) sorted by relevance
36 void *hal_malloc_align(uint32_t size, int align) in hal_malloc_align() function
16 void *hal_malloc_align(uint32_t size, int align);
90 aes_ctx = (crypto_aes_req_ctx_t *)hal_malloc_align(sizeof(crypto_aes_req_ctx_t), CE_ALIGN_SIZE); in aes_test()97 aes_ctx->dst_buffer = (u8 *)hal_malloc_align(512, CE_ALIGN_SIZE); in aes_test()232 …hash_ctx = (crypto_hash_req_ctx_t *)hal_malloc_align(sizeof(crypto_hash_req_ctx_t), CE_ALIGN_SIZE); in hash_test()240 dst_data = (u8 *)hal_malloc_align(data_size, CE_ALIGN_SIZE); in hash_test()404 rsa_ctx = (crypto_rsa_req_ctx_t *)hal_malloc_align(sizeof(crypto_rsa_req_ctx_t), CE_ALIGN_SIZE); in rsa_test()
86 vir_addr = hal_malloc_align(bytes_num, CACHELINE_LEN); in g2d_malloc()
Completed in 9 milliseconds