Searched defs:HKDFTestVector_st (Results 1 – 1 of 1) sorted by relevance
26 typedef struct HKDFTestVector_st { struct27 const EVP_MD *(*md_func)(void);28 const uint8_t ikm[80];29 const size_t ikm_len;30 const uint8_t salt[80];31 const size_t salt_len;32 const uint8_t info[80];33 const size_t info_len;35 const size_t prk_len;36 const size_t out_len;[all …]