Searched refs:point_1 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dccp.h538 * @point_1: the first point of the ECC point math operation
550 struct ccp_ecc_point point_1; member in struct:ccp_ecc_point_math
/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c2278 if (!ecc->u.pm.point_1.x ||
2279 (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) ||
2280 !ecc->u.pm.point_1.y ||
2281 (ecc->u.pm.point_1.y_len > CCP_ECC_MODULUS_BYTES))
2333 ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_1.x, 0,
2334 ecc->u.pm.point_1.x_len);
2338 ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_1.y, 0,
2339 ecc->u.pm.point_1.y_len);

Completed in 194 milliseconds