Searched refs:HMACKEY_LEN (Results 1 – 4 of 4) sorted by relevance
112 policy1.SetHmacKey(reinterpret_cast<uint8_t*>(hmacKey), HMACKEY_LEN);119 policy2.SetHmacKey(reinterpret_cast<uint8_t*>(hmacKey), HMACKEY_LEN);126 policy3.SetHmacKey(reinterpret_cast<uint8_t*>(hmacKey), HMACKEY_LEN);
28 constexpr int32_t HMACKEY_LEN = 32; variable
68 const uint32_t HMACKEY_LEN = 32; variable997 DELTA_EXPIRY_TIME, HMACKEY_LEN};
39 const std::string HMACKEY_LEN = "hmacKeyLen"; variable316 fileEnc[HMACKEY_LEN] = policy.GetHmacKeyLen(); in SerializeDlpPermission()447 res = ReadUint8ArrayFromJson(fileEncJson, &hmacKey, hmacKeyLen, HMACKEY, HMACKEY_LEN); in DeserializeFileEncJson()