~ubuntu-branches/ubuntu/saucy/gnutls28/saucy

« back to all changes in this revision

Viewing changes to doc/functions/gnutls_srtp_get_mki

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-30 21:40:07 UTC
  • mfrom: (14.1.9 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130730214007-9mrd08xo61kla008
Tags: 3.2.3-1ubuntu1
* Sync with Debian (LP: #1068029). Remaining change:
  - Drop gnutls-bin and -doc since we want to use the versions
    in gnutls26 as the defaults instead

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
 
 
4
 
 
5
@deftypefun {int} {gnutls_srtp_get_mki} (gnutls_session_t @var{session}, gnutls_datum_t * @var{mki})
 
6
@var{session}: is a @code{gnutls_session_t}  structure.
 
7
 
 
8
@var{mki}: will hold the MKI
 
9
 
 
10
This function exports the negotiated Master Key Identifier,
 
11
received by the peer if any. The returned value in  @code{mki} should be 
 
12
treated as constant and valid only during the session's lifetime.
 
13
 
 
14
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned,
 
15
otherwise a negative error code is returned.
 
16
 
 
17
Since 3.1.4
 
18
@end deftypefun