Searched defs:sig_alg (Results 1 – 1 of 1) sorted by relevance
53 struct sig_alg { struct54 int (*sign)(struct crypto_sig *tfm,57 int (*verify)(struct crypto_sig *tfm,60 int (*set_pub_key)(struct crypto_sig *tfm,62 int (*set_priv_key)(struct crypto_sig *tfm,64 unsigned int (*key_size)(struct crypto_sig *tfm);65 unsigned int (*digest_size)(struct crypto_sig *tfm);66 unsigned int (*max_size)(struct crypto_sig *tfm);67 int (*init)(struct crypto_sig *tfm);68 void (*exit)(struct crypto_sig *tfm);[all …]