Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.c419 rsa_ctx->key_e = rsa_keye[i]; in rsa_test()
454 rsa_ctx->key_e = 0; in rsa_test()
495 rsa_ctx->key_e = 0; in rsa_test()
530 rsa_ctx->key_e = rsa_keye[i]; in rsa_test()
571 rsa_ctx->key_e = 0; in rsa_test()
606 rsa_ctx->key_e = rsa_keye[i]; in rsa_test()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h82 uint8_t *key_e; member
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c746 task->key_addr = (uint32_t)__va_to_pa((uint32_t)req_ctx->key_e); in ce_rsa_start()
763 hal_dcache_clean((uint32_t)req_ctx->key_e, bitwidth_byte_len); in ce_rsa_start()
824 || (((u32)req_ctx->key_e & (CE_ALIGN_SIZE - 1)) != 0) in ce_rsa_check_ctx_valid()

Completed in 10 milliseconds