Home | History | Annotate | Download | only in trunks

Lines Matching defs:exists

1524     bool exists = false;
1525 result = DoesPersistentKeyExist(kRSAStorageRootKey, &exists);
1529 if (!exists) {
1559 LOG(INFO) << __func__ << ": Skip RSA SRK because it already exists.";
1567 bool exists = false;
1568 result = DoesPersistentKeyExist(kECCStorageRootKey, &exists);
1572 if (!exists) {
1602 LOG(INFO) << __func__ << ": Skip ECC SRK because it already exists.";
1611 bool exists = false;
1612 TPM_RC result = DoesPersistentKeyExist(kSaltingKey, &exists);
1616 if (exists) {
1617 LOG(INFO) << __func__ << ": Salting key already exists.";
1845 bool* exists) {
1858 *exists = (handles.count == 1 && handles.handle[0] == key_handle);