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 D | commonutil.c | 29 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 D | hvb_crypto.h | 51 uint32_t buf_len; member
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
H A D | decoder.rs | 88 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 D | read_buf.rs | 272 let buf_len = buf.len(); in ut_test_readbuf_new() localVariable
|
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/ |
H A D | binding.rs | 78 pub buf_len: i32, field
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | cf_mock.cpp | 253 …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()
|