gnutls_pkcs11_copy_secret_key (3) Linux Manual Page
NAME gnutls_pkcs11_copy_secret_key – API function SYNOPSIS #include <gnutls/pkcs11.h> int gnutls_pkcs11_copy_secret_key(const char * token_url, gnutls_datum_t * key, const char * label, unsigned int key_usage, unsigned int flags); ARGUMENTS const char * token_url A PKCS 11 URL specifying a token gnutls_datum_t * key The raw key const char * label A name to be used for the…
