Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Decdsa-x962.c19 struct ecdsa_x962_ctx { struct
80 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_verify()
97 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_key_size()
104 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_max_size()
131 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_digest_size()
139 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_set_pub_key()
148 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_init_tfm()
162 struct ecdsa_x962_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_x962_exit_tfm()
210 inst->alg.base.cra_ctxsize = sizeof(struct ecdsa_x962_ctx); in ecdsa_x962_create()