]> git-server-git.apps.pok.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>
Tue, 10 Feb 2026 17:59:37 +0000 (12:59 -0500)
commitdc163decc4ac1ded4e925ace7d7f30e5bd8ce91b
treef3124691d11d903f14d12d6fd8ba917cf5a98ee8
parent02b0ebffec7cddf1cb9b6abec91b115e325b9696
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