gnutls_pkcs11_obj_set_info (3) Linux Manual Page
NAME gnutls_pkcs11_obj_set_info – API function SYNOPSIS #include <gnutls/pkcs11.h> int gnutls_pkcs11_obj_set_info(gnutls_pkcs11_obj_t obj, gnutls_pkcs11_obj_info_t itype, const void * data, size_t data_size, unsigned flags); ARGUMENTS gnutls_pkcs11_obj_t obj should contain a gnutls_pkcs11_obj_t structure gnutls_pkcs11_obj_info_t itype Denotes the type of information to be set const void * data the data to set size_t data_size the size of data unsigned flags…
