Home
last modified time | relevance | path

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

/base/security/dlp_permission_service/frameworks/common/src/
Dpermission_policy.cpp33 static bool CheckAesParam(const uint8_t* buff, uint32_t len) in CheckAesParam() function
148 … CheckAccountType(this->ownerAccountType_) && CheckAesParam(this->aeskey_, this->aeskeyLen_) && in IsValid()
149 CheckAesParam(this->iv_, this->ivLen_) && CheckAuthUserInfoList(this->authUsers_)); in IsValid()