Skip to main content

resolve

Function resolve 

Source
pub fn resolve(ctx: &mut CssContext<'_>) -> Option<CssState>
Expand description

Acquire a CSS title key using whichever inputs the context provides.

Order of attempts:

  1. SCSI auth path (when drive and auth_lba are set).
  2. Crack path (when reader and extents are set).

Returns None if neither path is configured or both fail.