Lines Matching refs:private_key
1406 const u64 *private_key, unsigned int ndigits)
1411 if (!private_key)
1418 if (vli_cmp(one, private_key, ndigits) != -1)
1422 if (vli_cmp(res, private_key, ndigits) != 1)
1429 const u64 *private_key, unsigned int private_key_len)
1439 return __ecc_is_key_valid(curve, private_key, ndigits);
1497 const u64 *private_key, u64 *public_key)
1504 if (!private_key || !curve || ndigits > ARRAY_SIZE(priv)) {
1509 ecc_swap_digits(private_key, priv, ndigits);
1596 const u64 *private_key, const u64 *public_key,
1606 if (!private_key || !public_key || !curve ||
1628 ecc_swap_digits(private_key, priv, ndigits);