![]() |
![]()
| ![]() |
![]()
NAMEgnutls_privkey_verify_seed - API function SYNOPSIS#include <gnutls/abstract.h> int gnutls_privkey_verify_seed(gnutls_privkey_t key, gnutls_digest_algorithm_t digest, const void * seed, size_t seed_size); ARGUMENTS
DESCRIPTIONThis function will verify that the given private key was generated from the provided seed. RETURNSIn case of a verification failure GNUTLS_E_PRIVKEY_VERIFICATION_ERROR is returned, and zero or positive code on success. SINCE3.5.0 REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|