Searched defs:tlsKDFTestGroup (Results 1 – 1 of 1) sorted by relevance
28 type tlsKDFTestGroup struct { struct29 ID uint64 `json:"tgId"`30 Hash string `json:"hashAlg"`31 TLSVersion string `json:"tlsVersion"`32 KeyBlockBits uint64 `json:"keyBlockLength"`33 PMSLength uint64 `json:"preMasterSecretLength"`34 Tests []tlsKDFTest `json:"tests"`