Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/frameworks/common/src/
H A Dpermission_policy.cpp35 static bool CheckAesParam(const uint8_t* buff, uint32_t len) in CheckAesParam() function
167 … CheckAccountType(this->ownerAccountType_) && CheckAesParam(this->aeskey_, this->aeskeyLen_) && in IsValid()
168 CheckAesParam(this->iv_, this->ivLen_) && CheckAuthUserInfoList(this->authUsers_) && in IsValid()
169 (this->hmacKeyLen_ == 0 || CheckAesParam(this->hmacKey_, this->hmacKeyLen_))); in IsValid()