Searched defs:drbgTestGroup (Results 1 – 1 of 1) sorted by relevance
31 type drbgTestGroup struct { struct32 ID uint64 `json:"tgId"`33 Mode string `json:"mode"`34 UseDerivationFunction bool `json:"derFunc,omitempty"`35 PredictionResistance bool `json:"predResistance"`36 Reseed bool `json:"reSeed"`37 EntropyBits uint64 `json:"entropyInputLen"`38 NonceBits uint64 `json:"nonceLen"`39 PersonalizationBits uint64 `json:"persoStringLen"`40 AdditionalDataBits uint64 `json:"additionalInputLen"`[all …]