Searched refs:p256_mul (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_p256_m31.c1116 p256_mul(p256_jacobian *P, const unsigned char *x, size_t xlen) function
1388 p256_mul(&P, x, xlen);
1430 p256_mul(&P, x, xlen);
1435 p256_mul(&Q, y, ylen);
H A Dec_p256_m62.c1455 p256_mul(p256_jacobian *P, const unsigned char *k, size_t klen) function
1647 p256_mul(&P, k, klen);
1681 * p256_mul() case, we would need to reduce the window size
1706 p256_mul(&P, x, xlen);
1711 p256_mul(&Q, y, ylen);
H A Dec_p256_m64.c1420 p256_mul(p256_jacobian *P, const unsigned char *k, size_t klen) function
1612 p256_mul(&P, k, klen);
1646 * p256_mul() case, we would need to reduce the window size
1671 p256_mul(&P, x, xlen);
1676 p256_mul(&Q, y, ylen);
H A Dec_p256_m15.c1766 p256_mul(p256_jacobian *P, const unsigned char *x, size_t xlen) function
2043 p256_mul(&P, x, xlen);
2085 p256_mul(&P, x, xlen);
2090 p256_mul(&Q, y, ylen);

Completed in 165 milliseconds