Searched refs:PK_SignatureScheme (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Demsa2.cpp18 throw PK_SignatureScheme::InvalidKeyLength("EMSA2: EMSA2 requires a key length that is a multiple of 8");
H A Dpubkey.cpp51 throw PK_SignatureScheme::KeyTooShort();
74 throw PK_SignatureScheme::KeyTooShort();
96 throw PK_SignatureScheme::KeyTooShort();
112 throw PK_SignatureScheme::KeyTooShort();
127 throw PK_SignatureScheme::KeyTooShort();
H A Dcryptlib.h1298 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE PK_SignatureScheme class
1315 virtual ~PK_SignatureScheme() {}
1360 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE PK_Signer : public PK_SignatureScheme, public PrivateKeyAlgorithm
1401 class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE PK_Verifier : public PK_SignatureScheme, public PublicKeyAlgorithm
1661 typedef PK_SignatureScheme PK_SignatureSystem;

Completed in 59 milliseconds