Searched defs:DigestTestVector (Results 1 – 7 of 7) sorted by relevance
60 struct DigestTestVector { struct71 static const DigestTestVector kTestVectors[] = { argument
62 struct DigestTestVector { struct64 const MD &md;66 const char *input;68 size_t repeat;70 const char *expected_hex;
847 static const struct DigestTestVector { struct860 } kDigestTestVectors[] = { argument
849 static const struct DigestTestVector { struct851 const char *name;853 const int length;855 const EVP_MD *(*func)();857 uint8_t *(*one_shot_func)(const uint8_t *, size_t, uint8_t *);859 const uint8_t *expected_digest;861 const FIPSStatus expect_approved;