Lines Matching defs:sig_alg
52 struct sig_alg { struct
53 int (*sign)(struct crypto_sig *tfm,
56 int (*verify)(struct crypto_sig *tfm,
59 int (*set_pub_key)(struct crypto_sig *tfm,
61 int (*set_priv_key)(struct crypto_sig *tfm,
63 unsigned int (*key_size)(struct crypto_sig *tfm);
64 unsigned int (*digest_size)(struct crypto_sig *tfm);
65 unsigned int (*max_size)(struct crypto_sig *tfm);
66 int (*init)(struct crypto_sig *tfm);
67 void (*exit)(struct crypto_sig *tfm);
69 struct crypto_alg base;