Searched refs:ecdsa_ecc_ctx_init (Results 1 – 1 of 1) sorted by relevance
89 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id) in ecdsa_ecc_ctx_init() function111 ret = ecdsa_ecc_ctx_init(ctx, curve_id); in ecdsa_ecc_ctx_reset()188 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P521); in ecdsa_nist_p521_init_tfm()211 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P384); in ecdsa_nist_p384_init_tfm()234 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P256); in ecdsa_nist_p256_init_tfm()257 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P192); in ecdsa_nist_p192_init_tfm()