Lines Matching defs:crypto_sig
13 * struct crypto_sig - user-instantiated objects which encapsulate
18 struct crypto_sig {
37 * crypto_sig is the handle that is required for any subsequent
43 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask);
45 static inline struct crypto_tfm *crypto_sig_tfm(struct crypto_sig *tfm)
57 static inline void crypto_free_sig(struct crypto_sig *tfm)
72 int crypto_sig_maxsize(struct crypto_sig *tfm);
87 int crypto_sig_sign(struct crypto_sig *tfm,
105 int crypto_sig_verify(struct crypto_sig *tfm,
122 int crypto_sig_set_pubkey(struct crypto_sig *tfm,
138 int crypto_sig_set_privkey(struct crypto_sig *tfm,