try_decrypt_with_auth_token

Function try_decrypt_with_auth_token 

Source
fn try_decrypt_with_auth_token(
    esk: &SymKeyEncryptedSessionKey,
    conn: &mut Connection,
    self_fingerprint: &str,
) -> Result<Option<PlainSessionKey>>