Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/frameworks/common/include/
H A Dconstant_common.h31 static constexpr int32_t ENCRYPTLEN = 4; variable
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Dconstant_common.cpp34 result.replace(ENCRYPTBEGIN + ENCRYPTLEN, deviceId.size() - MINDEVICEIDLEN, REPLACE_TARGET); in EncryptDevId()
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/src/
H A Dconstant_mock.cpp37 result.replace(ENCRYPTBEGIN + ENCRYPTLEN, deviceId.size() - MINDEVICEIDLEN, REPLACE_TARGET); in EncryptDevId()