point_2          2265 drivers/crypto/ccp/ccp-ops.c 		if (!ecc->u.pm.point_2.x ||
point_2          2266 drivers/crypto/ccp/ccp-ops.c 		    (ecc->u.pm.point_2.x_len > CCP_ECC_MODULUS_BYTES) ||
point_2          2267 drivers/crypto/ccp/ccp-ops.c 		    !ecc->u.pm.point_2.y ||
point_2          2268 drivers/crypto/ccp/ccp-ops.c 		    (ecc->u.pm.point_2.y_len > CCP_ECC_MODULUS_BYTES))
point_2          2330 drivers/crypto/ccp/ccp-ops.c 		ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_2.x, 0,
point_2          2331 drivers/crypto/ccp/ccp-ops.c 					      ecc->u.pm.point_2.x_len);
point_2          2335 drivers/crypto/ccp/ccp-ops.c 		ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_2.y, 0,
point_2          2336 drivers/crypto/ccp/ccp-ops.c 					      ecc->u.pm.point_2.y_len);
point_2           550 include/linux/ccp.h 	struct ccp_ecc_point point_2;