]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: add usage param to crypto handler
authorYehuda Sadeh <ysadehwe@ibm.com>
Mon, 17 Mar 2025 07:57:21 +0000 (03:57 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 1 Oct 2025 18:46:46 +0000 (14:46 -0400)
commit1437cb7623a88a2be9e95976c1627aa58896eee6
tree6bc9d2649abfa79c0e77ae2bb84925d9fa76227f
parent4a90754aff4ed7aad0a0c5b30e095770a6e0675d
auth: add usage param to crypto handler

Allow different usage for crypto handler users. Currently being used
in the crypto unitest to match the test vectors.

Signed-off-by: Yehuda Sadeh <ysadehwe@ibm.com>
src/auth/Crypto.cc
src/auth/Crypto.h
src/test/crypto.cc