Home
last modified time | relevance | path

Searched refs:INVALID_AUTH_URI_LEN (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/certificate_manager/test/unittest/multi_thread_test/src/
H A Dcm_grant_multi_thread_test.cpp28 static constexpr uint32_t INVALID_AUTH_URI_LEN = 100; variable
368 uint8_t authUriData[INVALID_AUTH_URI_LEN] = {0}; /* size too small */ in TestBufferTooSmall()
369 struct CmBlob authUri = { INVALID_AUTH_URI_LEN, authUriData }; in TestBufferTooSmall()
/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_grant_test.cpp26 static constexpr uint32_t INVALID_AUTH_URI_LEN = 100; variable
350 uint8_t authUriData[INVALID_AUTH_URI_LEN] = {0}; /* size too small */
351 struct CmBlob authUri = { INVALID_AUTH_URI_LEN, authUriData };