Home
last modified time | relevance | path

Searched defs:drbgOtherInputExpectations (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Ddrbg.go180 type drbgOtherInputExpectations struct { struct
181 use string
182 additionalInputBitLen uint64
183 additionalInputOut *[]byte
184 entropyBitLen uint64
185 entropyOut *[]byte
188 func extractOtherInputs(inputs []drbgOtherInput, expected []drbgOtherInputExpectations) (err error)…
/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Ddrbg.go180 type drbgOtherInputExpectations struct { struct
181 use string
182 additionalInputBitLen uint64
183 additionalInputOut *[]byte
184 entropyBitLen uint64
185 entropyOut *[]byte
188 func extractOtherInputs(inputs []drbgOtherInput, expected []drbgOtherInputExpectations) (err error)…