Home
last modified time | relevance | path

Searched refs:obufmax (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dhelpers.h342 int mbedtls_test_unhexify(unsigned char *obuf, size_t obufmax,
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dhelpers.c553 size_t obufmax, in mbedtls_test_unhexify() argument
567 if ((*len) > obufmax) { in mbedtls_test_unhexify()
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_write.c252 int parse_serial_decimal_format(unsigned char *obuf, size_t obufmax, in parse_serial_decimal_format() argument
271 if (obufmax < (*len + 1)) { in parse_serial_decimal_format()