Searched defs:sig_alg (Results 1 – 1 of 1) sorted by relevance
52 struct sig_alg { struct53 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);[all …]