Lines Matching refs:result
1562 * known values are required to supply the result.
2180 if (!ecc->u.mm.result ||
2257 /* Save the ECC result */
2258 ccp_reverse_get_dm_area(&dst, 0, ecc->u.mm.result, 0,
2301 if (!ecc->u.pm.result.x ||
2302 (ecc->u.pm.result.x_len < CCP_ECC_MODULUS_BYTES) ||
2303 !ecc->u.pm.result.y ||
2304 (ecc->u.pm.result.y_len < CCP_ECC_MODULUS_BYTES))
2416 * to copy the point math result
2420 /* Save the ECC result X and Y coordinates */
2421 ccp_reverse_get_dm_area(&dst, 0, ecc->u.pm.result.x, 0,
2424 ccp_reverse_get_dm_area(&dst, 0, ecc->u.pm.result.y, 0,