Home
last modified time | relevance | path

Searched refs:ecdsa_ecc_ctx_init (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/crypto/
Decdsa.c171 static int ecdsa_ecc_ctx_init(struct ecc_ctx *ctx, unsigned int curve_id) in ecdsa_ecc_ctx_init() function
193 ret = ecdsa_ecc_ctx_init(ctx, curve_id); in ecdsa_ecc_ctx_reset()
258 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P521); in ecdsa_nist_p521_init_tfm()
280 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P384); in ecdsa_nist_p384_init_tfm()
302 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P256); in ecdsa_nist_p256_init_tfm()
324 return ecdsa_ecc_ctx_init(ctx, ECC_CURVE_NIST_P192); in ecdsa_nist_p192_init_tfm()