Searched defs:drbgOtherInputExpectations (Results 1 – 2 of 2) sorted by relevance
180 type drbgOtherInputExpectations struct { struct181 use string182 additionalInputBitLen uint64183 additionalInputOut *[]byte184 entropyBitLen uint64185 entropyOut *[]byte188 func extractOtherInputs(inputs []drbgOtherInput, expected []drbgOtherInputExpectations) (err error)…