Searched refs:label_copy (Results 1 – 2 of 2) sorted by relevance
67 crypto::ScopedOpenSSLBytes label_copy; in CommonEncryptDecrypt() local68 label_copy.reset(static_cast<uint8_t*>(OPENSSL_malloc(label.size()))); in CommonEncryptDecrypt()69 memcpy(label_copy.get(), label.data(), label.size()); in CommonEncryptDecrypt()72 ctx.get(), label_copy.release(), label.size())) { in CommonEncryptDecrypt()
2461 const char* label_copy = names_->GetCopy(label); in FindOrAddGroupInfo() local2463 label_copy, in FindOrAddGroupInfo()2464 static_cast<int>(strlen(label_copy)), in FindOrAddGroupInfo()2466 HashMap::Entry* entry = native_groups_.Lookup(const_cast<char*>(label_copy), in FindOrAddGroupInfo()