Searched refs:ShaHasherImpl (Results 1 – 2 of 2) sorted by relevance
49 class ShaHasherImpl : public ShaHasher {60 ShaHasherImpl(InitFunc init_func, UpdateFunc update_func, in ShaHasherImpl() function67 ~ShaHasherImpl() {} in ~ShaHasherImpl()
76 return std::make_unique<ShaHasherImpl<SHA_CTX>>( in CreateShaHasher()80 return std::make_unique<ShaHasherImpl<SHA256_CTX>>( in CreateShaHasher()84 return std::make_unique<ShaHasherImpl<SHA512_CTX>>( in CreateShaHasher()