Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h38 } crypto_aes_req_ctx_t; typedef
95 int do_aes_crypto(crypto_aes_req_ctx_t *req_ctx);
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.c88 crypto_aes_req_ctx_t *aes_ctx = NULL; in aes_test()
90 aes_ctx = (crypto_aes_req_ctx_t *)hal_malloc_align(sizeof(crypto_aes_req_ctx_t), CE_ALIGN_SIZE); in aes_test()
95 memset(aes_ctx, 0x0, sizeof(crypto_aes_req_ctx_t)); in aes_test()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c217 static uint32_t ce_aes_sw_padding(crypto_aes_req_ctx_t *ctx) in ce_aes_sw_padding()
238 static int ce_aes_start(crypto_aes_req_ctx_t *req_ctx) in ce_aes_start()
338 static int ce_aes_check_ctx_vaild(crypto_aes_req_ctx_t *req_ctx) in ce_aes_check_ctx_vaild()
396 int do_aes_crypto(crypto_aes_req_ctx_t *req_ctx) in do_aes_crypto()

Completed in 8 milliseconds