gnutls_pkcs11_set_pin_function



gnutls_pkcs11_set_pin_function

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SINCE
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_pkcs11_set_pin_function − API function

SYNOPSIS

#include <gnutls/gnutls.h>

void gnutls_pkcs11_set_pin_function(gnutls_pkcs11_pin_callback_t fn, void * userdata);

ARGUMENTS

gnutls_pkcs11_pin_callback_t fn

The PIN callback, a gnutls_pkcs11_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_pkcs11_pin_callback_t() on how the callback should behave.

SINCE

2.12.0

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/gnutls_sign_callback_set.3.html
gnutls_sign_callback_set(3) - API function - Linux man page
Set the callback function. The function must have this prototype: typedef int (*gnutls_sign_func) (gnutls_session_t session, void *userdata, gnutls_certificate_

manpages/smi_render.3.html
smi_render(3) - SMI data and MIB data rendering routines....
These functions provide can be used to render OIDs, values of MIB data, or names of MIB nodes or types. The smiRenderOID() function renders an OID given by its

manpages/vfs_prealloc.8.html
vfs_prealloc(8) - preallocate matching files to a predetermi
This VFS module is part of the samba(7) suite. The vfs_prealloc VFS module preallocates files to a specified size each time a new file is created. This is usefu

manpages/git-stash.1.html
git-stash(1) - Stash the changes in a dirty working director
Use git stash when you want to record the current state of the working directory and the index, but want to go back to a clean working directory. The command sa

manpages/realloc.3.html
realloc(3) - Allocate and free dynamic memory (Man Page)....
The malloc() function allocates size bytes and returns a pointer to the allocated memory. The memory is not initialized. If size is 0, then malloc() returns eit

manpages/FcPatternEqualSubset.3.html
FcPatternEqualSubset(3) - Compare portions of patterns......
Returns whether pa and pb have exactly the same values for all of the objects in os. VERSION Fontconfig version 2.8.0 FcPatternEqualSubset.3 (Library - Linux ma

manpages/gnutls_x509_crt_get_signature.3.html
gnutls_x509_crt_get_signature(3) - API function (Man Page)
This function will extract the signature field of a certificate. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value. and a n

manpages/gnutls_db_set_ptr.3.html
gnutls_db_set_ptr(3) - API function - Linux manual page.....
Sets the pointer that will be provided to db store, retrieve and delete functions, as the first argument. REPORTING BUGS Report bugs to &lt;bug-gnutls@gnu.org&gt;. Gn

manpages/grub2-mkrelpath.1.html
grub2-mkrelpath(1) make a system path relative to its root
Transform a system filename into GRUB one. -r, --relative use relative path on btrfs -?, --help give this help list --usage give a short usage message -V, --ver

manpages/va_copy.3.html
va_copy(3) - variable argument lists - Linux manual page....
A function may be called with a varying number of arguments of varying types. The include file &lt;stdarg.h&gt; declares a type va_list and defines three macros for s

manpages/Tk_PhotoGetSize.3.html
Tk_PhotoGetSize(3) - manipulate the image data stored in a p
Tk_FindPhoto returns an opaque handle that is used to identify a particular photo image to the other procedures. The parameter is the name of the image, that is

manpages/fprintf.3.html
fprintf(3) - formatted output conversion - Linux man page...
The functions in the printf() family produce output according to a format as described below. The functions printf() and vprintf() write output to stdout, the s





We can't live, work or learn in freedom unless the software we use is free.