Blame doc/functions/gnutls_pkcs11_token_get_mechanism

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_pkcs11_token_get_mechanism} (const char * @var{url}, unsigned int @var{idx}, unsigned long * @var{mechanism})
Packit aea12f
@var{url}: should contain a PKCS 11 URL
Packit aea12f
Packit aea12f
@var{idx}: The index of the mechanism
Packit aea12f
Packit aea12f
@var{mechanism}: The PKCS @code{11}  mechanism ID
Packit aea12f
Packit aea12f
This function will return the names of the supported mechanisms
Packit aea12f
by the token. It should be called with an increasing index until
Packit aea12f
it return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE.
Packit aea12f
Packit aea12f
@strong{Returns:} @code{GNUTLS_E_SUCCESS}  (0) on success or a negative error code on error.
Packit aea12f
Packit aea12f
@strong{Since:} 2.12.0
Packit aea12f
@end deftypefun