Searched refs:CryptoFactory (Results 1 – 3 of 3) sorted by relevance
28 struct CryptoFactory { struct29 CryptoFactory() {} in CryptoFactory() function30 virtual ~CryptoFactory() {} in ~CryptoFactory() argument39 CryptoFactory(const CryptoFactory &);40 CryptoFactory &operator=(const CryptoFactory &); argument91 extern android::CryptoFactory *createCryptoFactory();
26 struct CryptoFactory;60 CryptoFactory *mFactory;
67 typedef CryptoFactory *(*CreateCryptoFactoryFunc)(); in init()