Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Decdsa-p1363.c23 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_verify()
39 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_key_size()
46 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_max_size()
53 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_digest_size()
61 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_set_pub_key()
70 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_init_tfm()
84 struct ecdsa_p1363_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_p1363_exit_tfm()
H A Decdsa-x962.c80 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()
H A Decdsa.c70 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_verify()
125 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_set_pub_key()
161 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_exit_tfm()
168 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_key_size()
186 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_nist_p521_init_tfm()
209 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_nist_p384_init_tfm()
232 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_nist_p256_init_tfm()
255 struct ecc_ctx *ctx = crypto_sig_ctx(tfm); in ecdsa_nist_p192_init_tfm()
H A Drsassa-pkcs1.c165 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_sign()
223 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_verify()
302 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_key_size()
310 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_set_pub_key()
318 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_set_priv_key()
327 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_init_tfm()
341 struct rsassa_pkcs1_ctx *ctx = crypto_sig_ctx(tfm); in rsassa_pkcs1_exit_tfm()
H A Decrdsa.c74 struct ecrdsa_ctx *ctx = crypto_sig_ctx(tfm); in ecrdsa_verify()
186 struct ecrdsa_ctx *ctx = crypto_sig_ctx(tfm); in ecrdsa_set_pub_key()
246 struct ecrdsa_ctx *ctx = crypto_sig_ctx(tfm); in ecrdsa_key_size()
257 struct ecrdsa_ctx *ctx = crypto_sig_ctx(tfm); in ecrdsa_max_size()
/linux-6.15/include/crypto/internal/
H A Dsig.h28 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) in crypto_sig_ctx() function