]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth: refactor crypto key context
authorSage Weil <sage@redhat.com>
Sun, 1 Feb 2015 23:05:54 +0000 (15:05 -0800)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 8 Jan 2016 21:33:17 +0000 (13:33 -0800)
commitd1b6096c79164f8a5830dee6b5f186c405cf73ab
tree7ca2aa9a7cd0c961036c986bca8a543385c45041
parent3249f48a07391c98634aebd87f18fc2edbe95ca2
auth: refactor crypto key context

Cache all of the crypto key context in a new CryptoKeyHandler struct that
is attached to CryptoKey.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 16b3515af3df439fba7d545587285b50e9814165)
src/auth/Crypto.cc
src/auth/Crypto.h
src/auth/cephx/CephxKeyServer.cc
src/test/crypto.cc