Home
last modified time | relevance | path

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

/linux-6.14.4/include/crypto/internal/
Dsig.h66 static inline struct crypto_instance *sig_crypto_instance(struct sig_instance in sig_crypto_instance() function
74 return crypto_instance_ctx(sig_crypto_instance(inst)); in sig_instance_ctx()
/linux-6.14.4/crypto/
Decdsa-p1363.c115 err = crypto_grab_sig(spawn, sig_crypto_instance(inst), in ecdsa_p1363_create()
126 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_p1363_create()
Decdsa-x962.c193 err = crypto_grab_sig(spawn, sig_crypto_instance(inst), in ecdsa_x962_create()
204 err = crypto_inst_setname(sig_crypto_instance(inst), tmpl->name, in ecdsa_x962_create()
Dsig.c162 return crypto_register_instance(tmpl, sig_crypto_instance(inst)); in sig_register_instance()
Drsassa-pkcs1.c374 err = crypto_grab_akcipher(&ctx->spawn, sig_crypto_instance(inst), in rsassa_pkcs1_create()