Searched refs:CheckAesParam (Results 1 – 1 of 1) sorted by relevance
35 static bool CheckAesParam(const uint8_t* buff, uint32_t len) in CheckAesParam() function167 … 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()