Searched refs:crypto_aes_req_ctx_t (Results 1 – 3 of 3) sorted by relevance
38 } crypto_aes_req_ctx_t; typedef95 int do_aes_crypto(crypto_aes_req_ctx_t *req_ctx);
88 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()
217 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