• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/

Lines Matching refs:BASE

138 template <class BASE>
139 class CRYPTOPP_NO_VTABLE PK_FixedLengthCryptoSystemImpl : public BASE
152 template <class INTERFACE, class BASE>
153 class CRYPTOPP_NO_VTABLE TF_CryptoSystemBase : public PK_FixedLengthCryptoSystemImpl<INTERFACE>, protected BASE
309 template <class INTERFACE, class BASE>
310 class CRYPTOPP_NO_VTABLE TF_SignatureSchemeBase : public INTERFACE, protected BASE
372 template <class BASE, class SCHEME_OPTIONS, class KEY_CLASS>
373 class CRYPTOPP_NO_VTABLE TF_ObjectImplBase : public AlgorithmImpl<BASE, typename SCHEME_OPTIONS::AlgorithmInfo>
400 const typename BASE::MessageEncodingInterface & GetMessageEncodingInterface() const
404 const typename BASE::TrapdoorFunctionInterface & GetTrapdoorFunctionInterface() const
421 template <class BASE, class SCHEME_OPTIONS, class KEY>
422 class TF_ObjectImplExtRef : public TF_ObjectImplBase<BASE, SCHEME_OPTIONS, KEY>
436 template <class BASE, class SCHEME_OPTIONS, class KEY_CLASS>
437 class CRYPTOPP_NO_VTABLE TF_ObjectImpl : public TF_ObjectImplBase<BASE, SCHEME_OPTIONS, KEY_CLASS>
612 template <class GROUP_PRECOMP, class BASE_PRECOMP = DL_FixedBasePrecomputationImpl<CPP_TYPENAME GROUP_PRECOMP::Element>, class BASE = DL_GroupParameters<CPP_TYPENAME GROUP_PRECOMP::Element> >
613 class DL_GroupParametersImpl : public BASE
820 template <class BASE, class SIGNATURE_SCHEME>
821 class DL_PrivateKey_WithSignaturePairwiseConsistencyTest : public BASE
826 BASE::GenerateRandom(rng, params);
1280 template <class BASE, class SCHEME_OPTIONS, class KEY>
1281 class CRYPTOPP_NO_VTABLE DL_ObjectImplBase : public AlgorithmImpl<BASE, typename SCHEME_OPTIONS::AlgorithmInfo>
1295 typename BASE::KeyInterface & AccessKeyInterface() {return m_key;}
1296 const typename BASE::KeyInterface & GetKeyInterface() const {return m_key;}
1315 template <class BASE, class SCHEME_OPTIONS, class KEY>
1316 class CRYPTOPP_NO_VTABLE DL_ObjectImpl : public DL_ObjectImplBase<BASE, SCHEME_OPTIONS, KEY>
1487 template <class BASE>
1488 class CRYPTOPP_NO_VTABLE PK_FinalTemplate : public BASE