Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h93 } crypto_rsa_req_ctx_t; typedef
99 int do_rsa_crypto(crypto_rsa_req_ctx_t *req_ctx);
100 int do_rsa_crypto_new(crypto_rsa_req_ctx_t *req_ctx);
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.c402 crypto_rsa_req_ctx_t *rsa_ctx = NULL; in rsa_test()
404 rsa_ctx = (crypto_rsa_req_ctx_t *)hal_malloc_align(sizeof(crypto_rsa_req_ctx_t), CE_ALIGN_SIZE); in rsa_test()
415 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
450 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
491 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
526 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
567 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
602 memset(rsa_ctx, 0, sizeof(crypto_rsa_req_ctx_t)); in rsa_test()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c677 static int ce_rsa_start(crypto_rsa_req_ctx_t *req_ctx) in ce_rsa_start()
816 static int ce_rsa_check_ctx_valid(crypto_rsa_req_ctx_t *req_ctx) in ce_rsa_check_ctx_valid()
851 int do_rsa_crypto(crypto_rsa_req_ctx_t *req_ctx) in do_rsa_crypto()

Completed in 9 milliseconds