Searched refs:AES_KEY_STORAGE_LEN (Results 1 - 4 of 4) sorted by relevance
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
H A D | sec_comp_enhance_data.h | 48 static constexpr int32_t AES_KEY_STORAGE_LEN = 64; member 77 uint8_t key[AES_KEY_STORAGE_LEN];
|
/base/security/access_token/frameworks/privacy/src/ |
H A D | sec_comp_enhance_data_parcel.cpp | 33 RETURN_IF_FALSE(out.WriteBuffer(this->enhanceData.key, AES_KEY_STORAGE_LEN)); in Marshalling() 50 const uint8_t* ptr = in.ReadBuffer(AES_KEY_STORAGE_LEN); in Unmarshalling() 55 if (memcpy_s(enhanceDataParcel->enhanceData.key, AES_KEY_STORAGE_LEN, ptr, AES_KEY_STORAGE_LEN) != EOK) { in Unmarshalling()
|
/base/security/access_token/test/fuzztest/services/privacy/registerseccompenhancestub_fuzzer/ |
H A D | registerseccompenhancestub_fuzzer.cpp | 78 if (size < AES_KEY_STORAGE_LEN) { in RegisterSecCompEnhanceStubFuzzTest() 81 if (memcpy_s(secData.key, AES_KEY_STORAGE_LEN, data, AES_KEY_STORAGE_LEN) != EOK) { in RegisterSecCompEnhanceStubFuzzTest()
|
/base/security/access_token/services/privacymanager/src/seccomp/ |
H A D | privacy_sec_comp_enhance_agent.cpp | 132 if (memcpy_s(enhance.key, AES_KEY_STORAGE_LEN, enhanceData.key, AES_KEY_STORAGE_LEN) != EOK) { in RegisterSecCompEnhance()
|
Completed in 2 milliseconds