Update krb5_c_keylengths
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19066 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 1, 2006
|
.Dd Nov 17, 2006
|
||||||
.Dt KRB5_C_MAKE_CHECKSUM 3
|
.Dt KRB5_C_MAKE_CHECKSUM 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@@ -156,10 +156,11 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fa "krb5_cksumtype ctype"
|
.Fa "krb5_cksumtype ctype"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft krb5_error_code
|
.Ft krb5_error_code
|
||||||
.Fo krb5_c_keylength
|
.Fo krb5_c_keylengths
|
||||||
.Fa "krb5_context context"
|
.Fa "krb5_context context"
|
||||||
.Fa "krb5_enctype enctype"
|
.Fa "krb5_enctype enctype"
|
||||||
.Fa "size_t *length"
|
.Fa "size_t *inlength"
|
||||||
|
.Fa "size_t *keylength"
|
||||||
.Fc
|
.Fc
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The functions starting with krb5_c are compat functions with MIT kerberos.
|
The functions starting with krb5_c are compat functions with MIT kerberos.
|
||||||
@@ -280,9 +281,13 @@ returns true if
|
|||||||
.Fa ctype
|
.Fa ctype
|
||||||
is a collition proof checksum type.
|
is a collition proof checksum type.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn krb5_c_keylength
|
.Fn krb5_c_keylengths
|
||||||
return the key
|
return the minimum length (
|
||||||
.Fa length
|
.Fa inlength )
|
||||||
|
bytes needed to create a key and the
|
||||||
|
length (
|
||||||
|
.Fa keylength )
|
||||||
|
of the resulting key
|
||||||
for the
|
for the
|
||||||
.Fa enctype .
|
.Fa enctype .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
Reference in New Issue
Block a user