document krb5_get_wrapped_length
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13601 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -48,7 +48,8 @@
|
|||||||
.Nm krb5_enctype_is_disabled ,
|
.Nm krb5_enctype_is_disabled ,
|
||||||
.Nm krb5_enctype_keysize ,
|
.Nm krb5_enctype_keysize ,
|
||||||
.Nm krb5_enctype_to_string ,
|
.Nm krb5_enctype_to_string ,
|
||||||
.Nm krb5_string_to_enctype ,
|
.Nm krb5_get_wrapped_length ,
|
||||||
|
.Nm krb5_string_to_enctype
|
||||||
.Nd encrypt and decrypt data, set and get encryption type parameters
|
.Nd encrypt and decrypt data, set and get encryption type parameters
|
||||||
.Sh LIBRARY
|
.Sh LIBRARY
|
||||||
Kerberos 5 Library (libkrb5, -lkrb5)
|
Kerberos 5 Library (libkrb5, -lkrb5)
|
||||||
@@ -114,6 +115,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fa "krb5_context context"
|
.Fa "krb5_context context"
|
||||||
.Fa "krb5_enctype etype"
|
.Fa "krb5_enctype etype"
|
||||||
.Fc
|
.Fc
|
||||||
|
.Ft size_t
|
||||||
|
.Fo krb5_get_wrapped_length
|
||||||
|
.Fa "krb5_context context"
|
||||||
|
.Fa "krb5_crypto crypto"
|
||||||
|
.Fa "size_t data_len"
|
||||||
|
.Fc
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
These functions are used to encrypt and decrypt data.
|
These functions are used to encrypt and decrypt data.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -177,6 +184,12 @@ encryption/decryption).
|
|||||||
.Fn krb5_enctype_disable
|
.Fn krb5_enctype_disable
|
||||||
(globally, for all contextes) disables the
|
(globally, for all contextes) disables the
|
||||||
.Fa enctype .
|
.Fa enctype .
|
||||||
|
.Pp
|
||||||
|
.Fn krb5_get_wrapped_length
|
||||||
|
returns the size of an encrypted packet by
|
||||||
|
.Fa crypto
|
||||||
|
of length
|
||||||
|
.Fa data_len .
|
||||||
.\" .Sh EXAMPLE
|
.\" .Sh EXAMPLE
|
||||||
.\" .Sh BUGS
|
.\" .Sh BUGS
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
Reference in New Issue
Block a user