Home
last modified time | relevance | path

Searched defs:mybytes (Results 1 – 4 of 4) sorted by relevance

/external/nanopb-c/tests/regression/issue_547/
Dtest.proto6 required bytes mybytes = 1 [(nanopb).max_size = 512]; field
/external/python/cryptography/tests/hazmat/primitives/
Dtest_padding.py47 class mybytes(bytes): # noqa: N801 class
170 class mybytes(bytes): # noqa: N801 class
/external/python/cpython2/Lib/test/
Dtest_hmac.py406 class mybytes(bytes): class
/external/python/cpython3/Lib/test/
Dtest_hmac.py643 class mybytes(bytes): class