diff options
Diffstat (limited to 'lib/digsig.c')
-rw-r--r-- | lib/digsig.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/digsig.c b/lib/digsig.c index 8793aeda30ca..ae05ea393fc8 100644 --- a/lib/digsig.c +++ b/lib/digsig.c | |||
@@ -175,10 +175,11 @@ err1: | |||
175 | * digsig_verify() - digital signature verification with public key | 175 | * digsig_verify() - digital signature verification with public key |
176 | * @keyring: keyring to search key in | 176 | * @keyring: keyring to search key in |
177 | * @sig: digital signature | 177 | * @sig: digital signature |
178 | * @sigen: length of the signature | 178 | * @siglen: length of the signature |
179 | * @data: data | 179 | * @data: data |
180 | * @datalen: length of the data | 180 | * @datalen: length of the data |
181 | * @return: 0 on success, -EINVAL otherwise | 181 | * |
182 | * Returns 0 on success, -EINVAL otherwise | ||
182 | * | 183 | * |
183 | * Verifies data integrity against digital signature. | 184 | * Verifies data integrity against digital signature. |
184 | * Currently only RSA is supported. | 185 | * Currently only RSA is supported. |