Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Decdsa.c16 struct ecc_ctx { struct
140 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_verify()
224 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_set_pub_key()
256 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_exit_tfm()
263 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_max_size()
270 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_nist_p384_init_tfm()
286 .cra_ctxsize = sizeof(struct ecc_ctx),
292 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_nist_p256_init_tfm()
308 .cra_ctxsize = sizeof(struct ecc_ctx),
314 struct ecc_ctx *ctx = akcipher_tfm_ctx(tfm); in ecdsa_nist_p192_init_tfm()
[all …]

Completed in 3 milliseconds