aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt b/doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt
new file mode 100644
index 000000000000..a459c3a48698
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_c_encrypt_length.txt
@@ -0,0 +1,53 @@
+krb5_c_encrypt_length - Compute encrypted data length.
+========================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_c_encrypt_length(krb5_context context, krb5_enctype enctype, size_t inputlen, size_t * length)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **enctype** - Encryption type
+
+ **[in]** **inputlen** - Length of the data to be encrypted
+
+ **[out]** **length** - Length of the encrypted data
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+This function computes the length of the ciphertext produced by encrypting *inputlen* bytes including padding, confounder, and checksum.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+