remove various enctype related function

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13563 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-03-20 12:00:01 +00:00
parent b72a303e66
commit cb90a09e7f

View File

@@ -35,8 +35,6 @@
.Dt NAME 3 .Dt NAME 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
.NM krb5_enctype_to_string ,
.NM krb5_string_to_enctype ,
.Nm krb5_crypto_destroy , .Nm krb5_crypto_destroy ,
.Nm krb5_crypto_init .Nm krb5_crypto_init
.Nd encryption support in krb5 .Nd encryption support in krb5
@@ -48,10 +46,6 @@ Kerberos 5 Library (libkrb5, -lkrb5)
.Fn krb5_crypto_init "krb5_context context" "krb5_keyblock *key" "krb5_enctype enctype" "krb5_crypto *crypto" .Fn krb5_crypto_init "krb5_context context" "krb5_keyblock *key" "krb5_enctype enctype" "krb5_crypto *crypto"
.Ft krb5_error_code .Ft krb5_error_code
.Fn krb5_crypto_destroy "krb5_context context" "krb5_crypto crypto" .Fn krb5_crypto_destroy "krb5_context context" "krb5_crypto crypto"
.Ft krb5_error_code
.Fn krb5_string_to_enctype "krb5_context context" "const char *string" "krb5_enctype *etype"
.Ft krb5_error_code
.Fn krb5_enctype_to_string "krb5_context context" "krb5_enctype etype" "char **string"
.Sh DESCRIPTION .Sh DESCRIPTION
Heimdal exports parts of the Kerberos crypto interface for applications. Heimdal exports parts of the Kerberos crypto interface for applications.
.Pp .Pp
@@ -66,15 +60,6 @@ with the
.Fa enctype parameter . .Fa enctype parameter .
This can be useful for encryptions types which is compatiable (DES for This can be useful for encryptions types which is compatiable (DES for
example). example).
.Pp
.Fn krb5_enctype_to_string
converts a encryption type number to a string that can be printable
and stored. The strings returned should be freed with
.Xr free 3 .
.Pp
.Fn krb5_string_to_enctype
converts a encryption type strings to a encryption type number that
can use used for other Kerberos crypto functions.
.\" .Sh EXAMPLE .\" .Sh EXAMPLE
.\" .Sh BUGS .\" .Sh BUGS
.Sh SEE ALSO .Sh SEE ALSO