blob: 8445f500a9e5b76af297456412695a462f3724af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {int} {gnutls_fips140_context_init} (gnutls_fips140_context_t * @var{context})
@var{context}: location to store @code{gnutls_fips140_context_t}
Create and initialize the FIPS context object.
@strong{Returns:} 0 upon success, a negative error code otherwise
@strong{Since:} 3.7.3
@end deftypefun
|