Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dccp.h442 struct ccp_ecc_point point_1; member
/linux-4.1.27/drivers/crypto/ccp/
Dccp-ops.c1913 if (!ecc->u.pm.point_1.x || in ccp_run_ecc_pm_cmd()
1914 (ecc->u.pm.point_1.x_len > CCP_ECC_MODULUS_BYTES) || in ccp_run_ecc_pm_cmd()
1915 !ecc->u.pm.point_1.y || in ccp_run_ecc_pm_cmd()
1916 (ecc->u.pm.point_1.y_len > CCP_ECC_MODULUS_BYTES)) in ccp_run_ecc_pm_cmd()
1967 ccp_reverse_set_dm_area(&src, ecc->u.pm.point_1.x, in ccp_run_ecc_pm_cmd()
1968 ecc->u.pm.point_1.x_len, in ccp_run_ecc_pm_cmd()
1971 ccp_reverse_set_dm_area(&src, ecc->u.pm.point_1.y, in ccp_run_ecc_pm_cmd()
1972 ecc->u.pm.point_1.y_len, in ccp_run_ecc_pm_cmd()