gnutls_pkcs12_generate_mac



gnutls_pkcs12_generate_mac

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

gnutls_pkcs12_generate_mac − API function

SYNOPSIS

#include <gnutls/pkcs12.h>

int gnutls_pkcs12_generate_mac(gnutls_pkcs12_t pkcs12, const char * pass);

ARGUMENTS

gnutls_pkcs12_t pkcs12

should contain a gnutls_pkcs12_t structure

const char * pass

The password for the MAC

DESCRIPTION

This function will generate a MAC for the PKCS12 structure.

RETURNS

On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative error value.

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/res_send.3.html
res_send(3) - resolver routines (Library - Linux man page)
These functions make queries to and interpret the responses from Internet domain name servers. The res_init() function reads the configuration files (see resolv

manpages/catanf.3.html
catanf(3) - complex arc tangents (Library - Linux man page)
The catan() function calculates the complex arc tangent of z. If y = catan(z), then z = ctan(y). The real part of y is chosen in the interval [-pi/2,pi/2]. One

manpages/XML::XPath::Boolean.3pm.html
XML::XPath::Boolean(3pm) - Boolean true/false values........
XML::XPath::Boolean objects implement simple boolean true/false objects. API XML::XPath::Boolean-&gt;True Creates a new Boolean object with a true value. XML::XPat

manpages/pcre_get_substring.3.html
pcre_get_substring(3) - Perl-compatible regular expressions
This is a convenience function for extracting a captured substring. The arguments are: subject Subject that has been successfully matched ovector Offset vector

manpages/mono-xmltool.1.html
mono-xmltool(1) - Mono XML validation and transformation too
mono-xmltool is a command line front end for various functions available in the Mono XML class libraries. It currently it offers validation with various differe

manpages/usb_modeswitch_dispatcher.1.html
usb_modeswitch_dispatcher(1) wrapper for usb_modeswitch, not
usb_modeswitch_dispatcher will do detailed device checking and will subsequently use the usb_modeswitch binary together with the selected device config file to

manpages/tkwait.n.html
tkwait(n) - Wait for variable to change or window to be dest
The tkwait command waits for one of several things to happen, then it returns without taking any other actions. The return value is always an empty string. If t

manpages/sasl.3.html
sasl(3) - SASL authentication library - Linux manual page...
The CMU Cyrus SASL library is a general purpose authentication library for sever and client applications. System Administrators: For information on setting up/c

manpages/netsnmp_sess_api.3.html
netsnmp_sess_api(3) - session functions - Linux manual page
These functions define a subset of the API that can be used to manage single SNMP sessions in a multi-threaded application. Except for snmp_sess_session(), thes

manpages/pam_exec.8.html
pam_exec(8) - PAM module which calls an external command....
pam_exec is a PAM module that can be used to run an external command. The childs environment is set to the current PAM environment list, as returned by pam_gete

manpages/pbmtolps.1.html
pbmtolps(1) - convert PBM image to PostScript (Man Page)....
This program is part of Netpbm(1) pbmtolps reads a PBM image as input and outputs PostScript. The output Postscript uses lines instead of the image operator to

manpages/gnutls_cipher_add_auth.3.html
gnutls_cipher_add_auth(3) - API function - Linux man page...
This function operates on authenticated encryption with associated data (AEAD) ciphers and authenticate the input data. This function can only be called once an





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