Searched refs:p_n (Results 1 – 1 of 1) sorted by relevance
682 uint8_t *p_n = NULL; in ce_rsa_start() local701 p_n = hal_malloc(bitwidth_byte_len); in ce_rsa_start()702 if (p_n == NULL) { in ce_rsa_start()707 memset(p_n, 0x0, bitwidth_byte_len); in ce_rsa_start()708 ce_rsa_sw_padding(p_n, req_ctx->key_n, req_ctx->n_len, bitwidth_byte_len); in ce_rsa_start()742 task->iv_addr = (uint32_t)__va_to_pa((uint32_t)p_n); in ce_rsa_start()759 hal_dcache_clean((uint32_t)p_n, bitwidth_byte_len); in ce_rsa_start()801 if (p_n) in ce_rsa_start()802 hal_free(p_n); in ce_rsa_start()
Completed in 4 milliseconds