Lines Matching refs:ecc_ctx
16 struct ecc_ctx {
94 static int _ecdsa_verify(struct ecc_ctx *ctx, const u64 *hash, const u64 *r, const u64 *s)
140 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
188 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id)
199 static void ecdsa_ecc_ctx_deinit(struct ecc_ctx *ctx)
204 static int ecdsa_ecc_ctx_reset(struct ecc_ctx *ctx)
224 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
256 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
263 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
270 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
286 .cra_ctxsize = sizeof(struct ecc_ctx),
292 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
308 .cra_ctxsize = sizeof(struct ecc_ctx),
314 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm);
330 .cra_ctxsize = sizeof(struct ecc_ctx),