Blame doc/functions/gnutls_privkey_status

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_privkey_status} (gnutls_privkey_t @var{key})
Packit Service 4684c1
@var{key}: Holds the key
Packit Service 4684c1
Packit Service 4684c1
Checks the status of the private key token. This function
Packit Service 4684c1
is an actual wrapper over @code{gnutls_pkcs11_privkey_status()} , and
Packit Service 4684c1
if the private key is a PKCS @code{11}  token it will check whether
Packit Service 4684c1
it is inserted or not.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} this function will return non-zero if the token 
Packit Service 4684c1
holding the private key is still available (inserted), and zero otherwise.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 3.1.10
Packit Service 4684c1
@end deftypefun