projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055d954
)
add krb5_enc_data
author
John Kohl
<jtkohl@mit.edu>
Tue, 9 Oct 1990 13:01:39 +0000
(13:01 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Tue, 9 Oct 1990 13:01:39 +0000
(13:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1168
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/encryption.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/encryption.h
b/src/include/krb5/encryption.h
index 071279d736024976b360af856abb04bd4b0becba..cead95a204c08a20a51edee2775cf8d9debf160a 100644
(file)
--- a/
src/include/krb5/encryption.h
+++ b/
src/include/krb5/encryption.h
@@
-35,6
+35,12
@@
typedef struct _krb5_encrypt_block {
key schedules */
} krb5_encrypt_block;
+typedef struct _krb5_enc_data {
+ krb5_enctype etype;
+ krb5_kvno kvno;
+ krb5_data ciphertext;
+} krb5_enc_data;
+
/* could be used in a table to find an etype and initialize a block */
typedef struct _krb5_cryptosystem_entry {
krb5_error_code (*encrypt_func) PROTOTYPE((const krb5_pointer /* in */,