Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_crypto_mac_register2(3) [suse man page]

gnutls_crypto_mac_register2(3)					      gnutls					    gnutls_crypto_mac_register2(3)

NAME
gnutls_crypto_mac_register2 - register a mac interface SYNOPSIS
#include <gnutls/gnutls.h> int gnutls_crypto_mac_register2(int priority, int version, gnutls_crypto_mac_st * s); ARGUMENTS
int priority is the priority of the mac interface int version should be set to GNUTLS_CRYPTO_API_VERSION gnutls_crypto_mac_st * s is a structure holding new interface's data DESCRIPTION
This function will register a mac interface to be used by gnutls. Any interface registered will override the included engine and by conven- tion kernel implemented interfaces should have priority of 90. The interface with the lowest priority will be used by gnutls. This function should be called before gnutls_global_init(). For simplicity you can use the convenience gnutls_crypto_mac_register() macro. RETURNS
GNUTLS_E_SUCCESS on success, otherwise an error. SINCE
2.6.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 (C) 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. gnutls 2.8.6 gnutls_crypto_mac_register2(3)

Check Out this Related Man Page

gnutls_crypto_bigint_register2(3)				      gnutls					 gnutls_crypto_bigint_register2(3)

NAME
gnutls_crypto_bigint_register2 - register a bigint interface SYNOPSIS
#include <gnutls/gnutls.h> int gnutls_crypto_bigint_register2(int priority, int version, gnutls_crypto_bigint_st * s); ARGUMENTS
int priority is the priority of the interface int version should be set to GNUTLS_CRYPTO_API_VERSION gnutls_crypto_bigint_st * s is a structure holding new interface's data DESCRIPTION
This function will register an interface for gnutls to operate on big integers. Any interface registered will override the included inter- face. The interface with the lowest priority will be used by gnutls. Note that the bigint interface must interoperate with the public key interface. Thus if this interface is updated the gnutls_crypto_pk_reg- ister() should also be used. This function should be called before gnutls_global_init(). For simplicity you can use the convenience gnutls_crypto_bigint_register() macro. RETURNS
GNUTLS_E_SUCCESS on success, otherwise an error. SINCE
2.6.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 (C) 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. gnutls 2.8.6 gnutls_crypto_bigint_register2(3)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

UNIX source?

Where can one download the UNIX source code? Thx (9 Replies)
Discussion started by: Sharkbait
9 Replies

2. UNIX for Dummies Questions & Answers

Help is Hear

i made a program called Unix Unlocked for mac osx networks / home computers safe yes you can get it at my site www.geocities.com/huntermadison2002/unix.html :) you can sen me new bits of coad that i will try to run on it at my forms (0 Replies)
Discussion started by: thepicoman
0 Replies

3. UNIX for Dummies Questions & Answers

Urgent help with web design problems - mac, safari and unix computer

Hi (Help, Help, Help) I am on a computer course and have designed a web site as one of my assignments. just before Xmas my college tutor "very kindly" viewed my site with a mac, safari browser and unix operating system computer. This is what she Emailed back to me, and I am trying to sort... (3 Replies)
Discussion started by: skylark167
3 Replies

4. OS X (Apple)

mac unix

Can anyone tell me were to download unix software for Mac OS X (10 Replies)
Discussion started by: ezadea
10 Replies

5. OS X (Apple)

Newbie needs to find file

I need to find a file using Applescript. Applescript is so slow. Someone on the Apple forums gave me some unix code and it works for the most part. The ls command is really list and not find but when it works, it returns the path to the file instantly, NOT 45 seconds Applescript takes. here is... (11 Replies)
Discussion started by: sbrady
11 Replies