point_1 2258 drivers/crypto/ccp/ccp-ops.c if (!ecc->u.pm.point_1.x || point_1 2259 drivers/crypto/ccp/ccp-ops.c (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) || point_1 2260 drivers/crypto/ccp/ccp-ops.c !ecc->u.pm.point_1.y || point_1 2261 drivers/crypto/ccp/ccp-ops.c (ecc->u.pm.point_1.y_len > CCP_ECC_MODULUS_BYTES)) point_1 2313 drivers/crypto/ccp/ccp-ops.c ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_1.x, 0, point_1 2314 drivers/crypto/ccp/ccp-ops.c ecc->u.pm.point_1.x_len); point_1 2318 drivers/crypto/ccp/ccp-ops.c ret = ccp_reverse_set_dm_area(&src, 0, ecc->u.pm.point_1.y, 0, point_1 2319 drivers/crypto/ccp/ccp-ops.c ecc->u.pm.point_1.y_len); point_1 549 include/linux/ccp.h struct ccp_ecc_point point_1;