Home
last modified time | relevance | path

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

/crypto/
Decc.c1143 const struct ecc_point *point, const u64 *scalar, in ecc_point_mult() argument
1157 carry = vli_add(sk[0], scalar, curve->n, ndigits); in ecc_point_mult()
1159 scalar = sk[!carry]; in ecc_point_mult()
1169 nb = !vli_test_bit(scalar, i); in ecc_point_mult()
1176 nb = !vli_test_bit(scalar, 0); in ecc_point_mult()
DKconfig317 tristate "x86_64 accelerated Curve25519 scalar multiplication library"