Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_string.c69 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len) in StringSetPointerWithLength() function
167 return StringSetPointerWithLength(dst, beingPointer, len); in StringSubString()
/ohos5.0/base/security/crypto_framework/common/inc/
H A Dhcf_string.h55 bool StringSetPointerWithLength(HcString* self, const char *str, uint32_t len);
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp382 bool ret = StringSetPointerWithLength(nullptr, nullptr, 0);
389 bool ret = StringSetPointerWithLength(&tmp, nullptr, 0);
398 bool ret = StringSetPointerWithLength(&tmp, g_paramStr, len);