gnutls_pkcs11_set_pin_function (3) Linux Manual Page
NAME gnutls_pkcs11_set_pin_function – API function SYNOPSIS #include <gnutls/pkcs11.h> void gnutls_pkcs11_set_pin_function(gnutls_pin_callback_t fn, void * userdata); ARGUMENTS gnutls_pin_callback_t fn The PIN callback, a gnutls_pin_callback_t() function. void * userdata data to be supplied to callback DESCRIPTION This function will set a callback function to be used when a PIN is required for PKCS 11 operations. See gnutls_pin_callback_t() on…
