Searched defs:curve_id (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/crypto/ |
D | ecdsa.c | 17 unsigned int curve_id; member 171 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id) in ecdsa_ecc_ctx_init() 189 unsigned int curve_id = ctx->curve_id; in ecdsa_ecc_ctx_reset() local
|
D | ecc.c | 53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve() 1500 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, in ecc_is_key_valid() 1522 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, in ecc_gen_privkey() 1566 int ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, in ecc_make_pub_key() 1662 int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, in crypto_ecdh_shared_secret()
|
D | ecdh.c | 16 unsigned int curve_id; member
|
/linux-6.12.1/drivers/crypto/ |
D | atmel-ecc.c | 44 unsigned int curve_id; member
|
/linux-6.12.1/drivers/crypto/intel/keembay/ |
D | keembay-ocs-ecc.c | 776 static int kmb_ecc_tctx_init(struct ocs_ecc_ctx *tctx, unsigned int curve_id) in kmb_ecc_tctx_init()
|
/linux-6.12.1/include/uapi/linux/ |
D | virtio_crypto.h | 213 __le32 curve_id; member
|
/linux-6.12.1/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 133 unsigned int curve_id; member
|