try_decrypt_with_broadcast_secret

Function try_decrypt_with_broadcast_secret 

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