]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move the implementation of krb5_copy_keyblock[_contents] into crypto
authorGreg Hudson <ghudson@mit.edu>
Mon, 28 Sep 2009 15:52:02 +0000 (15:52 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 28 Sep 2009 15:52:02 +0000 (15:52 +0000)
commit8672d5cb51d4744e52e358ef6ae6db523aa84a61
tree6c3404cfa9e96e6aa355b60686e23d154f7e9f4d
parentef4e8ce8f3765229cf56cf5f84d80143b32d9b64
Move the implementation of krb5_copy_keyblock[_contents] into crypto
 to allow internal use (similar to krb5_free_keyblock[_contents]).
Define krb5_key type and initial internal representation.
Define the constructor, destructor, and accessors.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/enc-perf@22793 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/include/krb5/krb5.hin
src/lib/crypto/krb/Makefile.in
src/lib/crypto/krb/keyblocks.c
src/lib/crypto/libk5crypto.exports
src/lib/krb5/krb/copy_key.c
src/lib/krb5/krb/cp_key_cnt.c