Searched refs:ecc_curve (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecrdsa_defs.h | 48 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 = {
|
H A D | ecc_curve_defs.h | 18 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 = {
|
H A D | ecc.c | 47 const struct ecc_curve *ecc_get_curve25519(void) in ecc_get_curve25519() 53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve() 933 const struct ecc_curve *curve) in vli_mmod_fast() 989 const struct ecc_curve *curve) in vli_mod_mult_fast() 999 const struct ecc_curve *curve) in vli_mod_square_fast() 1103 const struct ecc_curve *curve) in ecc_point_double_jacobian() 1167 static void apply_z(u64 *x1, u64 *y1, u64 *z, const struct ecc_curve *curve) in apply_z() 1179 u64 *p_initial_z, const struct ecc_curve *curve) in xycz_initial_double() 1205 const struct ecc_curve *curve) in xycz_add() 1248 const struct ecc_curve *curve) in xycz_add_c() [all …]
|
H A D | ecdsa.c | 18 const struct ecc_curve *curve; 27 const struct ecc_curve *curve; 83 const struct ecc_curve *curve = ctx->curve; in _ecdsa_verify()
|
H A D | ecrdsa.c | 38 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()
|
/openbmc/linux/include/crypto/ |
H A D | ecc_curve.h | 35 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);
|
/openbmc/linux/include/crypto/internal/ |
H A D | ecc.h | 143 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, 157 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, 289 const struct ecc_curve *curve);
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 101 const struct ecc_curve *curve; 224 const struct ecc_curve *curve) in kmb_ecc_point_mult() 307 const struct ecc_curve *curve, in kmb_ecc_do_scalar_op() 350 const struct ecc_curve *curve, in kmb_ocs_ecc_is_pubkey_valid_partial() 425 const struct ecc_curve *curve, in kmb_ocs_ecc_is_pubkey_valid_full() 454 static int kmb_ecc_is_key_valid(const struct ecc_curve *curve, in kmb_ecc_is_key_valid() 491 static int kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) in kmb_ecc_gen_privkey() 579 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_shared_secret() 661 const struct ecc_curve *curve = tctx->curve; in kmb_ecc_do_public_key() 726 const struct ecc_curve *curve = tctx->curve; in kmb_ocs_ecdh_generate_public_key() [all …]
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1280 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve() 1680 const struct ecc_curve *curve; in hpre_curve25519_fill_curve() 1860 const struct ecc_curve *curve; in hpre_curve25519_src_init()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |