summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_privkey_verify_params
blob: a44e6badfd57de146c5e0f71b7e274e0eb841f18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {int} {gnutls_x509_privkey_verify_params} (gnutls_x509_privkey_t @var{key})
@var{key}: a key

This function will verify the private key parameters.

@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
negative error value.
@end deftypefun