Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c683 uint8_t *p_d = NULL; in ce_rsa_start() local
711 p_d = hal_malloc(bitwidth_byte_len); in ce_rsa_start()
712 if (p_d == NULL) { in ce_rsa_start()
717 memset(p_d, 0x0, bitwidth_byte_len); 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()
744 task->key_addr = (uint32_t)__va_to_pa((uint32_t)p_d); in ce_rsa_start()
761 hal_dcache_clean((uint32_t)p_d, bitwidth_byte_len); in ce_rsa_start()
804 if (p_d) in ce_rsa_start()
805 hal_free(p_d); in ce_rsa_start()

Completed in 6 milliseconds