Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h68 } crypto_hash_req_ctx_t; typedef
98 int do_hash_crypto(crypto_hash_req_ctx_t *req_ctx);
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.c230 crypto_hash_req_ctx_t *hash_ctx = NULL; in hash_test()
232 …hash_ctx = (crypto_hash_req_ctx_t *)hal_malloc_align(sizeof(crypto_hash_req_ctx_t), CE_ALIGN_SIZE); in hash_test()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c442 static uint32_t ce_hash_sw_padding(crypto_hash_req_ctx_t *ctx) in ce_hash_sw_padding()
497 static int ce_hash_start(crypto_hash_req_ctx_t *req_ctx) in ce_hash_start()
583 static int ce_hash_check_ctx_valid(crypto_hash_req_ctx_t *req_ctx) in ce_hash_check_ctx_valid()
646 int do_hash_crypto(crypto_hash_req_ctx_t *req_ctx) in do_hash_crypto()

Completed in 10 milliseconds