gnutls_hmac_set_nonce (3) Linux Manual Page
NAME gnutls_hmac_set_nonce – API function SYNOPSIS #include <gnutls/crypto.h> void gnutls_hmac_set_nonce(gnutls_hmac_hd_t handle, const void * nonce, size_t nonce_len); ARGUMENTS gnutls_hmac_hd_t handle is a gnutls_cipher_hd_t structure. const void * nonce the data to set as nonce size_t nonce_len The length of data DESCRIPTION This function will set the nonce in the MAC algorithm. SINCE 3.2.0 REPORTING BUGS…
