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:
@@ -43,6 +43,7 @@
|
|||||||
.Nm krb5_c_get_checksum ,
|
.Nm krb5_c_get_checksum ,
|
||||||
.Nm krb5_c_is_coll_proof_cksum ,
|
.Nm krb5_c_is_coll_proof_cksum ,
|
||||||
.Nm krb5_c_is_keyed_cksum ,
|
.Nm krb5_c_is_keyed_cksum ,
|
||||||
|
.Nm krb5_c_keylength ,
|
||||||
.Nm krb5_c_make_checksum ,
|
.Nm krb5_c_make_checksum ,
|
||||||
.Nm krb5_c_make_random_key ,
|
.Nm krb5_c_make_random_key ,
|
||||||
.Nm krb5_c_set_checksum ,
|
.Nm krb5_c_set_checksum ,
|
||||||
@@ -154,6 +155,12 @@ Kerberos 5 Library (libkrb5, -lkrb5)
|
|||||||
.Fo krb5_c_is_keyed_cksum
|
.Fo krb5_c_is_keyed_cksum
|
||||||
.Fa "krb5_cksumtype ctype"
|
.Fa "krb5_cksumtype ctype"
|
||||||
.Fc
|
.Fc
|
||||||
|
.Ft krb5_error_code
|
||||||
|
.Fo krb5_c_keylength
|
||||||
|
.Fa "krb5_context context"
|
||||||
|
.Fa "krb5_enctype enctype"
|
||||||
|
.Fa "size_t *length"
|
||||||
|
.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.
|
||||||
.Pp
|
.Pp
|
||||||
@@ -272,6 +279,12 @@ is a keyed checksum type.
|
|||||||
returns true if
|
returns true if
|
||||||
.Fa ctype
|
.Fa ctype
|
||||||
is a collition proof checksum type.
|
is a collition proof checksum type.
|
||||||
|
.Pp
|
||||||
|
.Fn krb5_c_keylength
|
||||||
|
return the key
|
||||||
|
.Fa length
|
||||||
|
for the
|
||||||
|
.Fa enctype .
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr krb5 3 ,
|
.Xr krb5 3 ,
|
||||||
.Xr krb5_create_checksum 3 ,
|
.Xr krb5_create_checksum 3 ,
|
||||||
|
Reference in New Issue
Block a user