diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-10-28 18:12:38 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2009-10-28 18:12:38 +0000 |
| commit | c60792b08a48ec497e541917d7fea953d59f5612 (patch) | |
| tree | b27bbd6a72c985474c74b7a4b2b8ed80015d468f /src/include | |
| parent | ca0304526a518b2419eee3c0aad569b50d9009ef (diff) | |
| download | krb5-c60792b08a48ec497e541917d7fea953d59f5612.tar.gz krb5-c60792b08a48ec497e541917d7fea953d59f5612.tar.xz krb5-c60792b08a48ec497e541917d7fea953d59f5612.zip | |
Replace krb5_ with krb5Int_ prefix for non-API functions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23079 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 858b9bd6db..9217174f2f 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -756,11 +756,11 @@ struct krb5_aead_provider { * in here to deal with stuff from lib/crypto */ -void krb5_nfold +void krb5int_nfold (unsigned int inbits, const unsigned char *in, unsigned int outbits, unsigned char *out); -krb5_error_code krb5_hmac +krb5_error_code krb5int_hmac (const struct krb5_hash_provider *hash, krb5_key key, unsigned int icount, const krb5_data *input, krb5_data *output); @@ -2227,7 +2227,7 @@ typedef struct _krb5int_access { /* crypto stuff */ const struct krb5_hash_provider *md5_hash_provider; const struct krb5_enc_provider *arcfour_enc_provider; - krb5_error_code (* krb5_hmac) (const struct krb5_hash_provider *hash, + krb5_error_code (* krb5int_hmac) (const struct krb5_hash_provider *hash, const krb5_keyblock *key, unsigned int icount, const krb5_data *input, krb5_data *output); @@ -2644,7 +2644,7 @@ typedef struct krb5_boolean krb5_is_permitted_enctype_ext ( krb5_context, krb5_etypes_permitted *); -krb5_boolean KRB5_CALLCONV krb5_c_weak_enctype(krb5_enctype); +krb5_boolean KRB5_CALLCONV krb5int_c_weak_enctype(krb5_enctype); krb5_error_code krb5_kdc_rep_decrypt_proc (krb5_context, |
