Home
last modified time | relevance | path

Searched refs:ecc_curve (Results 1 – 9 of 9) sorted by relevance

/linux/crypto/
A Decrdsa_defs.h48 static struct ecc_curve gost_cp256a = {
81 static struct ecc_curve gost_cp256b = {
118 static struct ecc_curve gost_cp256c = {
167 static struct ecc_curve gost_tc512a = {
212 static struct ecc_curve gost_tc512b = {
A Decc_curve_defs.h18 static struct ecc_curve nist_p192 = {
44 static struct ecc_curve nist_p256 = {
76 static struct ecc_curve nist_p384 = {
96 static const struct ecc_curve ecc_25519 = {
A Decc.c47 const struct ecc_curve *ecc_get_curve25519(void) in ecc_get_curve25519()
911 const struct ecc_curve *curve) in vli_mmod_fast()
967 const struct ecc_curve *curve) in vli_mod_mult_fast()
977 const struct ecc_curve *curve) in vli_mod_square_fast()
1081 const struct ecc_curve *curve) in ecc_point_double_jacobian()
1157 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double()
1183 const struct ecc_curve *curve) in xycz_add()
1226 const struct ecc_curve *curve) in xycz_add_c()
1282 u64 *initial_z, const struct ecc_curve *curve, in ecc_point_mult()
1342 const struct ecc_curve *curve) in ecc_point_add()
[all …]
A Decdsa.c18 const struct ecc_curve *curve;
27 const struct ecc_curve *curve;
96 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify()
A Decrdsa.c38 const struct ecc_curve *curve; /* curve from oid */
47 static const struct ecc_curve *get_curve_by_oid(enum OID oid) in get_curve_by_oid()
/linux/include/crypto/
A Decc_curve.h35 struct ecc_curve { struct
51 const struct ecc_curve *ecc_get_curve(unsigned int curve_id); argument
58 const struct ecc_curve *ecc_get_curve25519(void);
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-ecc.c106 const struct ecc_curve *curve;
229 const struct ecc_curve *curve) in kmb_ecc_point_mult()
312 const struct ecc_curve *curve, in kmb_ecc_do_scalar_op()
355 const struct ecc_curve *curve, in kmb_ocs_ecc_is_pubkey_valid_partial()
430 const struct ecc_curve *curve, in kmb_ocs_ecc_is_pubkey_valid_full()
459 static int kmb_ecc_is_key_valid(const struct ecc_curve *curve, in kmb_ecc_is_key_valid()
496 static int kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) in kmb_ecc_gen_privkey()
584 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_shared_secret()
666 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_public_key()
731 const struct ecc_curve *curve = tctx->curve; in kmb_ocs_ecdh_generate_public_key()
[all …]
/linux/include/crypto/internal/
A Decc.h133 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve,
147 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve,
279 const struct ecc_curve *curve);
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c1262 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve()
1650 const struct ecc_curve *curve; in hpre_curve25519_fill_curve()
1830 const struct ecc_curve *curve; in hpre_curve25519_src_init()

Completed in 19 milliseconds