Sha256: ea6ae82cae5a4aba53ea0418b0ec164c438ca316cfdefb6fb91c24b7f3970d12
Contents?: true
Size: 1.38 KB
Versions: 5
Compression:
Stored size: 1.38 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_crypto_rnd_register" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_crypto_rnd_register \- register a random generator .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "int gnutls_crypto_rnd_register(int " priority ", gnutls_crypto_rnd_st* " s ");" .SH ARGUMENTS .IP "int priority" 12 is the priority of the generator .IP "gnutls_crypto_rnd_st* s" 12 is a structure holding new generator's data .SH "DESCRIPTION" This function will register a random generator to be used by gnutls. Any generator registered will override the included generator and by convention kernel implemented generators have priority of 90. The generator with the lowest priority will be used by gnutls. This function should be called before \fBgnutls_global_init()\fP. .SH "RETURNS" \fBGNUTLS_E_SUCCESS\fP on success, otherwise an error. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
5 entries across 5 versions & 1 rubygems