Document krb5_c_keylength.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-11-09 21:27:59 +00:00
parent 6326a9272e
commit 1e488b93d1

View File

@@ -43,6 +43,7 @@
.Nm krb5_c_get_checksum ,
.Nm krb5_c_is_coll_proof_cksum ,
.Nm krb5_c_is_keyed_cksum ,
.Nm krb5_c_keylength ,
.Nm krb5_c_make_checksum ,
.Nm krb5_c_make_random_key ,
.Nm krb5_c_set_checksum ,
@@ -154,6 +155,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fo krb5_c_is_keyed_cksum
.Fa "krb5_cksumtype ctype"
.Fc
.Ft krb5_error_code
.Fo krb5_c_keylength
.Fa "krb5_context context"
.Fa "krb5_enctype enctype"
.Fa "size_t *length"
.Fc
.Sh DESCRIPTION
The functions starting with krb5_c are compat functions with MIT kerberos.
.Pp
@@ -272,6 +279,12 @@ is a keyed checksum type.
returns true if
.Fa ctype
is a collition proof checksum type.
.Pp
.Fn krb5_c_keylength
return the key
.Fa length
for the
.Fa enctype .
.Sh SEE ALSO
.Xr krb5 3 ,
.Xr krb5_create_checksum 3 ,