Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.c421 rsa_ctx->key_d = 0; in rsa_test()
456 rsa_ctx->key_d = rsa_keyd[i]; in rsa_test()
497 rsa_ctx->key_d = rsa_keyd[i]; in rsa_test()
532 rsa_ctx->key_d = 0; in rsa_test()
573 rsa_ctx->key_d = rsa_keyd[i]; in rsa_test()
608 rsa_ctx->key_d = 0; in rsa_test()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c710 if (req_ctx->key_d) { in ce_rsa_start()
718 ce_rsa_sw_padding(p_d, req_ctx->key_d, req_ctx->d_len, bitwidth_byte_len); in ce_rsa_start()
719 req_ctx->key_d = p_d; in ce_rsa_start()
743 if (req_ctx->key_d) in ce_rsa_start()
760 if (req_ctx->key_d) in ce_rsa_start()
825 || (((u32)req_ctx->key_d & (CE_ALIGN_SIZE - 1)) != 0) in ce_rsa_check_ctx_valid()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h84 uint8_t *key_d; member

Completed in 16 milliseconds