Re: [PATCH v4 6/7] crypto: KEYS - add generic handlers to symmetric key type
From: Tadeusz Struk <hidden>
Date: 2016-04-12 22:25:45
Also in:
linux-crypto, lkml
From: Tadeusz Struk <hidden>
Date: 2016-04-12 22:25:45
Also in:
linux-crypto, lkml
On 04/12/2016 03:10 PM, David Howells wrote:
quoted
+/**quoted
+ * asymmetric_key_verify_signature - invoke verify signature operation on a key + * of the asymmetric subtype + * @key: key from the system keyring + * @sig: signature to verify + * + * return: 0 on success or errno on failure + */ +int asymmetric_key_verify_signature(const struct key *key, + const struct public_key_signature *sig)This is duplicating what's in signature.c in the same directory.
Right, should I remove it? Is the asymmetric_type.c good place to put all the operation handlers into? Thanks, -- TS