summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt b/doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt
new file mode 100644
index 000000000000..9b195c436db9
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_c_keylengths.txt
@@ -0,0 +1,49 @@
+krb5_c_keylengths - Return length of the specified key in bytes.
+==================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_c_keylengths(krb5_context context, krb5_enctype enctype, size_t * keybytes, size_t * keylength)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **enctype** - Encryption type
+
+ **[out]** **keybytes** - Number of bytes required to make a key
+
+ **[out]** **keylength** - Length of final key
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+