Home
last modified time | relevance | path

Searched refs:ecc_point (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/internal/
A Decc.h42 #define ECC_POINT_INIT(x, y, ndigits) (struct ecc_point) { x, y, ndigits }
134 struct ecc_point *pk);
148 struct ecc_point *pk);
245 struct ecc_point *ecc_alloc_point(unsigned int ndigits);
252 void ecc_free_point(struct ecc_point *p);
261 bool ecc_point_is_zero(const struct ecc_point *point);
276 void ecc_point_mult_shamir(const struct ecc_point *result,
277 const u64 *x, const struct ecc_point *p,
278 const u64 *y, const struct ecc_point *q,
/linux/include/crypto/
A Decc_curve.h16 struct ecc_point { struct
37 struct ecc_point g; argument
/linux/crypto/
A Decc.c111 void ecc_free_point(struct ecc_point *p) in ecc_free_point()
1341 const struct ecc_point *p, const struct ecc_point *q, in ecc_point_add()
1363 const u64 *u1, const struct ecc_point *p, in ecc_point_mult_shamir()
1364 const u64 *u2, const struct ecc_point *q, in ecc_point_mult_shamir()
1374 const struct ecc_point *points[4]; in ecc_point_mult_shamir()
1375 const struct ecc_point *point; in ecc_point_mult_shamir()
1512 struct ecc_point *pk; in ecc_make_pub_key()
1549 struct ecc_point *pk) in ecc_is_pubkey_valid_partial()
1582 struct ecc_point *pk) in ecc_is_pubkey_valid_full()
1584 struct ecc_point *nQ; in ecc_is_pubkey_valid_full()
[all …]
A Decrdsa.c43 struct ecc_point pub_key;
85 struct ecc_point cc = ECC_POINT_INIT(s, e, ndigits); /* reuse s, e */ in ecrdsa_verify()
A Decdsa.c23 struct ecc_point pub_key;
103 struct ecc_point res = ECC_POINT_INIT(x1, y1, ndigits); in _ecdsa_verify()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-ecc.c226 struct ecc_point *result, in kmb_ecc_point_mult()
227 const struct ecc_point *point, in kmb_ecc_point_mult()
356 struct ecc_point *pk) in kmb_ocs_ecc_is_pubkey_valid_partial()
431 struct ecc_point *pk) in kmb_ocs_ecc_is_pubkey_valid_full()
433 struct ecc_point *nQ; in kmb_ocs_ecc_is_pubkey_valid_full()
588 struct ecc_point *pk, *result; in kmb_ecc_do_shared_secret()
668 struct ecc_point *pk; in kmb_ecc_do_public_key()

Completed in 16 milliseconds