1gnutls_crypto_bigint_register2(3)   gnutls   gnutls_crypto_bigint_register2(3)
2
3
4

NAME

6       gnutls_crypto_bigint_register2 - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int  gnutls_crypto_bigint_register2(int  priority,  int  version, const
12       gnutls_crypto_bigint_st * s);
13

ARGUMENTS

15       int priority
16                   is the priority of the interface
17
18       int version should be set to GNUTLS_CRYPTO_API_VERSION
19
20       const gnutls_crypto_bigint_st * s
21                   is a structure holding new interface's data
22

DESCRIPTION

24       This function will register an interface for gnutls to operate  on  big
25       integers.  Any  interface  registered will override the included inter‐
26       face. The interface with the lowest priority will be used by gnutls.
27
28       Note that the bigint interface must interoperate with  the  public  key
29       interface.  Thus if this interface is updated the gnutls_crypto_pk_reg‐
30       ister() should also be used.
31
32       This function should be called before gnutls_global_init().
33
34       For simplicity you can use the convenience  gnutls_crypto_bigint_regis‐
35       ter() macro.
36

RETURNS

38       GNUTLS_E_SUCCESS on success, otherwise an error.
39

SINCE

41       2.6.0
42

REPORTING BUGS

44       Report    bugs    to    <bug-gnutls@gnu.org>.     GnuTLS   home   page:
45       http://www.gnu.org/software/gnutls/ General help  using  GNU  software:
46       http://www.gnu.org/gethelp/
47
49       Copyright © 2008 Free Software Foundation.
50       Copying  and  distribution  of this file, with or without modification,
51       are permitted in any medium  without  royalty  provided  the  copyright
52       notice and this notice are preserved.
53

SEE ALSO

55       The  full  documentation  for gnutls is maintained as a Texinfo manual.
56       If the info and gnutls programs are properly installed  at  your  site,
57       the command
58
59              info gnutls
60
61       should give you access to the complete manual.
62
63
64
65gnutls                             2.12.6.1  gnutls_crypto_bigint_register2(3)
Impressum