gnutls_pkcs11_obj_set_pin_function (3) Linux Manual Page
NAME gnutls_pkcs11_obj_set_pin_function – API function SYNOPSIS #include <gnutls/pkcs11.h> void gnutls_pkcs11_obj_set_pin_function(gnutls_pkcs11_obj_t obj, gnutls_pin_callback_t fn, void * userdata); ARGUMENTS gnutls_pkcs11_obj_t obj The object structure gnutls_pin_callback_t fn the callback void * userdata data associated with the callback DESCRIPTION This function will set a callback function to be used when required to access the object. This function overrides the…
