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

/linux-master/include/linux/
H A Dccp.h539 * @point_2: the second point of the ECC point math operation
551 struct ccp_ecc_point point_2; member in struct:ccp_ecc_point_math
/linux-master/drivers/crypto/ccp/
H A Dccp-ops.c2285 if (!ecc->u.pm.point_2.x ||
2286 (ecc->u.pm.point_2.x_len > CCP_ECC_MODULUS_BYTES) ||
2287 !ecc->u.pm.point_2.y ||
2288 (ecc->u.pm.point_2.y_len > CCP_ECC_MODULUS_BYTES))
2350 ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_2.x, 0,
2351 ecc->u.pm.point_2.x_len);
2355 ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_2.y, 0,
2356 ecc->u.pm.point_2.y_len);

Completed in 118 milliseconds