Searched refs:makeTestCase (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 136 func makeTestCase(length int, options options) (*testCase, error) { func 315 t, err := makeTestCase(5, options{extraPadding: true}) 324 t, err = makeTestCase(5, options{wrongPadding: true}) 337 t, err = makeTestCase(64-hash.Size(), options{noPadding: true}) 349 t, err := makeTestCase(l, options{})
|
/external/deqp/scripts/ |
D | mustpass.py | 316 def makeTestCase (parentElem, testCase): function 326 makeTestCase(groupElem, child)
|