Searched refs:EMSA2HashId (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.h17 template <class H> class EMSA2HashId class
33 return HashIdentifier(&EMSA2HashId<H>::id, 1);
39 // EMSA2HashId can be instantiated with the following classes.
51 CRYPTOPP_DLL_TEMPLATE_CLASS EMSA2HashId<SHA1>; variable
52 CRYPTOPP_DLL_TEMPLATE_CLASS EMSA2HashId<SHA224>; variable
53 CRYPTOPP_DLL_TEMPLATE_CLASS EMSA2HashId<SHA256>; variable
54 CRYPTOPP_DLL_TEMPLATE_CLASS EMSA2HashId<SHA384>; variable
55 CRYPTOPP_DLL_TEMPLATE_CLASS EMSA2HashId<SHA512>; variable
76 \skip EMSA2HashId can be instantiated
H A Ddll.cpp32 template<> const byte EMSA2HashId<SHA>::id = 0x33;
33 template<> const byte EMSA2HashId<SHA224>::id = 0x38;
34 template<> const byte EMSA2HashId<SHA256>::id = 0x34;
35 template<> const byte EMSA2HashId<SHA384>::id = 0x36;
36 template<> const byte EMSA2HashId<SHA512>::id = 0x35;
H A Dpssr.cpp10 template<> const byte EMSA2HashId<RIPEMD160>::id = 0x31;
11 template<> const byte EMSA2HashId<RIPEMD128>::id = 0x32;
12 template<> const byte EMSA2HashId<Whirlpool>::id = 0x37;

Completed in 156 milliseconds