Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dsig.c71 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm); in crypto_sig_maxsize()
81 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm); in crypto_sig_sign()
100 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm); in crypto_sig_verify()
123 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm); in crypto_sig_set_pubkey()
132 struct crypto_akcipher **ctx = crypto_sig_ctx(tfm); in crypto_sig_set_privkey()
/linux-6.12.1/include/crypto/internal/
Dsig.h13 static inline void *crypto_sig_ctx(struct crypto_sig *tfm) in crypto_sig_ctx() function