try_decrypt_with_bobstate

Function try_decrypt_with_bobstate 

Source
fn try_decrypt_with_bobstate(
    esk: &SymKeyEncryptedSessionKey,
    conn: &mut Connection,
) -> Result<Option<(PlainSessionKey, String)>>