HomeSort by relevance Sort by last modified time
    Searched defs:HmacByteVectorGenerator (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/rappor/
byte_vector_utils.h 74 class HmacByteVectorGenerator : public ByteVectorGenerator {
79 HmacByteVectorGenerator(size_t byte_count,
83 ~HmacByteVectorGenerator();
95 explicit HmacByteVectorGenerator(const HmacByteVectorGenerator& prev_request);
110 DISALLOW_ASSIGN(HmacByteVectorGenerator);
byte_vector_utils.cc 145 HmacByteVectorGenerator::HmacByteVectorGenerator(
172 HmacByteVectorGenerator::~HmacByteVectorGenerator() {}
174 HmacByteVectorGenerator::HmacByteVectorGenerator(
175 const HmacByteVectorGenerator& prev_request)
189 const size_t HmacByteVectorGenerator::kEntropyInputSize = (256 / 8) * 3 / 2;
192 std::string HmacByteVectorGenerator::GenerateEntropyInput() {
196 ByteVector HmacByteVectorGenerator::GetRandomByteVector()
    [all...]

Completed in 52 milliseconds