Searched defs:curve_id (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/crypto/ |
D | ecdsa.c | 17 unsigned int curve_id; member 188 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id) in ecdsa_ecc_ctx_init() 206 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() 1440 int ecc_is_key_valid(unsigned int curve_id, unsigned int ndigits, in ecc_is_key_valid() 1467 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey() 1508 int ecc_make_pub_key(unsigned int curve_id, unsigned int ndigits, in ecc_make_pub_key() 1607 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-5.19.10/drivers/crypto/ |
D | atmel-ecc.c | 44 unsigned int curve_id; member
|
/linux-5.19.10/drivers/crypto/keembay/ |
D | keembay-ocs-ecc.c | 781 static int kmb_ecc_tctx_init(struct ocs_ecc_ctx *tctx, unsigned int curve_id) in kmb_ecc_tctx_init()
|
/linux-5.19.10/include/uapi/linux/ |
D | virtio_crypto.h | 213 __le32 curve_id; member
|
/linux-5.19.10/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 124 unsigned int curve_id; member
|