Searched defs:HkdfTest (Results 1 – 1 of 1) sorted by relevance
29 struct HkdfTest { struct30 const char* key_hex;31 const char* salt_hex;32 const char* info_hex;33 const char* output_hex;60 TEST(HkdfTest, Hkdf) { in TEST() argument