Home
last modified time | relevance | path

Searched refs:NewDecryption (Results 1 – 5 of 5) sorted by relevance

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat4.cpp199 virtual BlockTransformation* NewDecryption(const byte *keyStr) const =0;
213 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in FixedRoundsCipherFactory
231 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in VariableRoundsCipherFactory
254 member_ptr<BlockTransformation> transD(cg.NewDecryption(key)); in BlockTransformationTest()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat4.cpp199 virtual BlockTransformation* NewDecryption(const byte *keyStr) const =0;
213 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in FixedRoundsCipherFactory
231 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in VariableRoundsCipherFactory
254 member_ptr<BlockTransformation> transD(cg.NewDecryption(key)); in BlockTransformationTest()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat4.cpp199 virtual BlockTransformation* NewDecryption(const byte *keyStr) const =0;
213 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in FixedRoundsCipherFactory
231 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in VariableRoundsCipherFactory
254 member_ptr<BlockTransformation> transD(cg.NewDecryption(key)); in BlockTransformationTest()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat4.cpp199 virtual BlockTransformation* NewDecryption(const byte *keyStr) const =0;
213 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in FixedRoundsCipherFactory
231 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in VariableRoundsCipherFactory
254 member_ptr<BlockTransformation> transD(cg.NewDecryption(key)); in BlockTransformationTest()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dvalidat1.cpp1128 virtual BlockTransformation* NewDecryption(const byte *keyStr) const =0;
1140 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in FixedRoundsCipherFactory
1156 BlockTransformation* NewDecryption(const byte *keyStr) const in NewDecryption() function in VariableRoundsCipherFactory
1179 member_ptr<BlockTransformation> transD(cg.NewDecryption(key)); in BlockTransformationTest()