Searched defs:HkdfTest (Results 1 – 2 of 2) 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;63 TEST(HkdfTest, Hkdf) { in TEST() argument
32 public class HkdfTest { class