diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-09-16 16:51:13 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-09-16 16:51:13 +0000 |
| commit | b794a46deda934234a09c083920c84b9c822108c (patch) | |
| tree | 52eaf049a8c619ca6ea114846b0808fbd5ad9da6 /src/include | |
| parent | 2b607418f2d745472a0f9d70e6ddc61f21ee9a01 (diff) | |
| download | krb5-b794a46deda934234a09c083920c84b9c822108c.tar.gz krb5-b794a46deda934234a09c083920c84b9c822108c.tar.xz krb5-b794a46deda934234a09c083920c84b9c822108c.zip | |
Crypto modularity proj.: Move prf and random-to-key ops from backend to krb
bigredbutton: whitespace
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22769 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index dbe522356..1cb2fdb92 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -879,6 +879,9 @@ typedef struct _krb5_os_context { * Define our view of the size of a DES key. */ #define KRB5_MIT_DES_KEYSIZE 8 +#define KRB5_MIT_DES3_KEYSIZE 24 +#define KRB5_MIT_DES3_KEY_BYTES 21 + /* * Check if des_int.h has been included before us. If so, then check to see * that our view of the DES key size is the same as des_int.h's. |
