Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.h377 void CASPER_ECC_equal(int *res, uint32_t *op1, uint32_t *op2);
Dfsl_casper.c1127 void CASPER_ECC_equal(int *res, uint32_t *op1, uint32_t *op2) in CASPER_ECC_equal() function
2014 CASPER_ECC_equal(&m1, H, U1); /* If H and U1 match then the X-coordinates are the same. */ in Jac_addition()
2015 CASPER_ECC_equal(&m2, S1, J); /* If S1 and J match then the Y-coordinates are the same. */ in Jac_addition()
2098 CASPER_ECC_equal(&m1, T4, X1); in Jac_add_affine()
2099 CASPER_ECC_equal(&m2, T3, Y1); in Jac_add_affine()