Lines Matching refs:private_key
1420 const u64 *private_key, unsigned int ndigits)
1425 if (!private_key)
1432 if (vli_cmp(one, private_key, ndigits) != -1)
1436 if (vli_cmp(res, private_key, ndigits) != 1)
1443 const u64 *private_key, unsigned int private_key_len)
1453 return __ecc_is_key_valid(curve, private_key, ndigits);
1511 const u64 *private_key, u64 *public_key)
1518 if (!private_key || !curve || ndigits > ARRAY_SIZE(priv)) {
1523 ecc_swap_digits(private_key, priv, ndigits);
1610 const u64 *private_key, const u64 *public_key,
1620 if (!private_key || !public_key || !curve ||
1642 ecc_swap_digits(private_key, priv, ndigits);