Searched defs:drbgOtherInput (Results 1 – 2 of 2) sorted by relevance
51 type drbgOtherInput struct { struct52 Use string `json:"intendedUse"`53 AdditionalDataHex string `json:"additionalInput"`54 EntropyHex string `json:"entropyInput"`188 func extractOtherInputs(inputs []drbgOtherInput, expected []drbgOtherInputExpectations) (err error)…