Lines Matching refs:Live
458 Live, enumerator
467 Self::Live => Ok(ToSqlOutput::Owned(Value::Integer(1))), in to_sql()
477 1 => Ok(KeyLifeCycle::Live), in column_result()
1283 KeyLifeCycle::Live, in store_super_key()
1371 .query(params![KeyType::Super, domain.0, namespace, alias, KeyLifeCycle::Live]) in get_or_create_key_with()
1402 KeyLifeCycle::Live, in get_or_create_key_with()
1557 params![id, KeyType::Attestation, KeyLifeCycle::Live, km_uuid], in create_attestation_key_entry()
1828 KeyLifeCycle::Live, in assign_attestation_key()
1982 KeyLifeCycle::Live in get_attestation_pool_status()
1997 .query_map(params![KeyType::Attestation, km_uuid, KeyLifeCycle::Live], |row| { in get_attestation_pool_status()
2059 KeyLifeCycle::Live, in retrieve_attestation_key_and_cert_chain()
2142 KeyLifeCycle::Live, in rebind_alias()
2360 .query(params![key_type, key.domain.0 as u32, key.nspace, alias, KeyLifeCycle::Live]) in load_key_entry_id()
2418 .query(params![caller_uid as i64, key.nspace, KeyLifeCycle::Live]) in load_access_tuple()
2446 .query(params![key.nspace, KeyLifeCycle::Live]) in load_access_tuple()
2914 KeyLifeCycle::Live, in unbind_keys_for_user()
2919 KeyLifeCycle::Live in unbind_keys_for_user()
3006 .query(params![domain.0 as u32, namespace, KeyLifeCycle::Live, key_type]) in list()