aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt b/doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt
new file mode 100644
index 000000000000..156cdd23ebf0
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_c_enctype_compare.txt
@@ -0,0 +1,53 @@
+krb5_c_enctype_compare - Compare two encryption types.
+========================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_c_enctype_compare(krb5_context context, krb5_enctype e1, krb5_enctype e2, krb5_boolean * similar)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **e1** - First encryption type
+
+ **[in]** **e2** - Second encryption type
+
+ **[out]** **similar** - **TRUE** if types are similar, **FALSE** if not
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+This function determines whether two encryption types use the same kind of keys.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+