Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dsig.h96 static inline struct crypto_tfm *crypto_sig_tfm(struct crypto_sig *tfm) in crypto_sig_tfm() function
113 return __crypto_sig_alg(crypto_sig_tfm(tfm)->__crt_alg); in crypto_sig_alg()
125 crypto_destroy_tfm(tfm, crypto_sig_tfm(tfm)); in crypto_free_sig()
/linux-6.15/crypto/
H A Dtestmgr.c4208 const char *algo = crypto_tfm_alg_driver_name(crypto_sig_tfm(tfm)); in test_sig()