Searched refs:Iso18033Kdf (Results 1 – 4 of 4) sorted by relevance
33 class Iso18033Kdf : public Kdf {35 ~Iso18033Kdf() {} in ~Iso18033Kdf()59 explicit Iso18033Kdf(uint32_t start_counter) : start_counter_(start_counter) {} in Iso18033Kdf() function
33 class Kdf2 : public Iso18033Kdf {35 Kdf2() : Iso18033Kdf(1) {} in Kdf2()
33 class Kdf1 : public Iso18033Kdf {35 Kdf1() : Iso18033Kdf(0) {} in Kdf1()
29 bool Iso18033Kdf::GenerateKey(const uint8_t* info, size_t info_len, uint8_t* output, in GenerateKey()