Sha256: 14b1bc32bc3afee3b643f8eedce5b60e42b42520f9d156c967809cc6d705c2c3
Contents?: true
Size: 1.87 KB
Versions: 7
Compression:
Stored size: 1.87 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_priority_get_cipher_suite_index" 3 "3.1.4" "gnutls" "gnutls" .SH NAME gnutls_priority_get_cipher_suite_index \- API function .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "int gnutls_priority_get_cipher_suite_index(gnutls_priority_t " pcache ", unsigned int " idx ", unsigned int * " sidx ");" .SH ARGUMENTS .IP "gnutls_priority_t pcache" 12 is a \fBgnutls_prioritity_t\fP structure. .IP "unsigned int idx" 12 is an index number. .IP "unsigned int * sidx" 12 internal index of cipher suite to get information about. .SH "DESCRIPTION" Provides the internal ciphersuite index to be used with \fBgnutls_cipher_suite_info()\fP. The index \fIidx\fP provided is an index kept at the priorities structure. It might be that a valid priorities index does not correspond to a ciphersuite and in that case \fBGNUTLS_E_UNKNOWN_CIPHER_SUITE\fP will be returned. Once the last available index is crossed then \fBGNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE\fP will be returned. .SH "RETURNS" On success it returns \fBGNUTLS_E_SUCCESS\fP (0), or a negative error value otherwise. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .br General guidelines for reporting bugs: http://www.gnu.org/gethelp/ .br GnuTLS home page: http://www.gnu.org/software/gnutls/ .SH COPYRIGHT Copyright \(co 2012 Free Software Foundation, Inc.. .br 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. .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. As an alternative you may obtain the manual from: .IP .B http://www.gnu.org/software/gnutls/manual/ .PP
Version data entries
7 entries across 7 versions & 1 rubygems