Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Dcommonutil.c29 void byte_to_hex_string(const uint8_t *hex, int32_t hex_len, uint8_t *buf, int32_t buf_len) in byte_to_hex_string()
71 void print_bytes(uint8_t *buf, int32_t buf_len) in print_bytes()
/ohos5.0/base/startup/hvb/libhvb/include/
H A Dhvb_crypto.h51 uint32_t buf_len; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Ddecoder.rs88 let buf_len = buf.len(); in decode() localVariable
359 let buf_len = buf.len(); in decode() localVariable
499 let buf_len = buf.len(); localVariable
541 let buf_len = buf.len(); in decode() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_buf.rs272 let buf_len = buf.len(); in ut_test_readbuf_new() localVariable
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs78 pub buf_len: i32, field
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcf_mock.cpp253 …ON_CALL(*this, OBJ_obj2txt).WillByDefault([this](char *buf, int buf_len, const ASN1_OBJECT *a, int… in SetMockFunDefaultBehaviorPartThree()
618 int __wrap_OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in __wrap_OBJ_obj2txt()